summaryrefslogtreecommitdiff
path: root/src/expr/node.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2009-12-16 19:51:02 +0000
committerTim King <taking@cs.nyu.edu>2009-12-16 19:51:02 +0000
commitb33a35b720059370ffb1507f31603cdb5347503a (patch)
treee4a2de1f99491d5ea066a7cee6d5d60a96624bb8 /src/expr/node.h
parente2cbeb69ca3a56af6ad7cc65a70f554d08e4df76 (diff)
Small refactoring changes for the expr package.
Diffstat (limited to 'src/expr/node.h')
-rw-r--r--src/expr/node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/node.h b/src/expr/node.h
index 5415a5b3c..aad0689bb 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -74,8 +74,8 @@ class Node {
NodeValue const* operator->() const;
/**
- * Assigns the expression value and does reference counting. No assumptions are
- * made on the expression, and should only be used if we know what we are
+ * Assigns the expression value and does reference counting. No assumptions
+ * are made on the expression, and should only be used if we know what we are
* doing.
*
* @param ev the expression value to assign
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback