summaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-07-05 16:44:35 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-07-05 16:44:35 -0400
commit9e5195fcb119f86910a9144bdcdfe12850c1435e (patch)
tree4f4c88f449dce0bd43fe13ad5ee90cba4f303350 /src/eval.c
parentd2eadc93db7611a20dce86c4af77e64b80ee29e3 (diff)
downloadbfs-9e5195fcb119f86910a9144bdcdfe12850c1435e.tar.xz
parse: They're called "primary expressions," not "literals"
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 1d0a6f2..d685ab0 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -15,7 +15,7 @@
****************************************************************************/
/**
- * Implementation of all the literal expressions.
+ * Implementation of all the primary expressions.
*/
#include "eval.h"