summaryrefslogtreecommitdiffstats
path: root/src/eval.h
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.h
parentd2eadc93db7611a20dce86c4af77e64b80ee29e3 (diff)
downloadbfs-9e5195fcb119f86910a9144bdcdfe12850c1435e.tar.xz
parse: They're called "primary expressions," not "literals"
Diffstat (limited to 'src/eval.h')
-rw-r--r--src/eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.h b/src/eval.h
index a1bbd2f..a50dc4e 100644
--- a/src/eval.h
+++ b/src/eval.h
@@ -15,7 +15,7 @@
****************************************************************************/
/**
- * The evaluation functions that implement literal expressions like -name,
+ * The evaluation functions that implement primary expressions like -name,
* -print, etc.
*/