aboutsummaryrefslogtreecommitdiff
path: root/builtin.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin.h b/builtin.h
index b3053cd..1dac99a 100644
--- a/builtin.h
+++ b/builtin.h
@@ -69,8 +69,8 @@ class SpecialOptSet: public SpecialOptObj {/*{{{*/
Continuation * &cont, EvalObj ** &top_ptr, Pair *pc);
};/*}}}*/
-/** @class SpecialOptLambda
- * The implementation of `lambda` operator
+/** @class SpecialOptQuote
+ * The implementation of `quote` operator
*/
class SpecialOptQuote: public SpecialOptObj {/*{{{*/
public: