summaryrefslogtreecommitdiff
path: root/src/expr/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node.h')
-rw-r--r--src/expr/node.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expr/node.h b/src/expr/node.h
index d3775cb3f..6fe1e7d0e 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -720,7 +720,7 @@ public:
}
/**
- * Converst this node into a string representation and sends it to the
+ * Converts this node into a string representation and sends it to the
* given stream
*
* @param out the stream to serialize this node to
@@ -790,6 +790,7 @@ public:
/**
* Serializes a given node to the given stream.
+ *
* @param out the output stream to use
* @param n the node to output to the stream
* @return the stream
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback