summaryrefslogtreecommitdiff
path: root/src/expr/term_context_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/term_context_node.h')
-rw-r--r--src/expr/term_context_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/term_context_node.h b/src/expr/term_context_node.h
index ac89b0d71..9e4fe90de 100644
--- a/src/expr/term_context_node.h
+++ b/src/expr/term_context_node.h
@@ -54,7 +54,7 @@ class TCtxNode
Node getNodeHash() const;
/**
* Get node hash, which is a unique node representation of the pair (n, val).
- * In particular, this returns (SEXPR n (CONST_RATIONAL val)).
+ * In particular, this returns (SEXPR n (CONST_INTEGER val)).
*/
static Node computeNodeHash(Node n, uint32_t val);
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback