about summary refs log tree commit diff stats
path: root/001help.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-06-06 08:56:50 -0700
committerKartik Agaram <vc@akkartik.com>2018-06-06 08:56:50 -0700
commit8f97725d0088d86ae157006234d1d0009b1dbf4c (patch)
tree142c256c4ed0af0ea47f58bf6e2287e3c5749e3f /001help.cc
parent91fe63cdc15daa2ff15c0527bbf29abadb134ecc (diff)
downloadmu-8f97725d0088d86ae157006234d1d0009b1dbf4c.tar.gz
4252
Diffstat (limited to '001help.cc')
-rw-r--r--001help.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/001help.cc b/001help.cc
index 14c492a8..56aaac96 100644
--- a/001help.cc
+++ b/001help.cc
@@ -67,7 +67,7 @@ while (argc > 1 && starts_with(*arg, "--")) {
 //: anywhere we like as long as we format the function header in a specific
 //: way: put it all on a single line without indent, end the line with ') {'
 //: and no trailing whitespace. As long as functions uniformly start this
-//: way, our 'build' script contains a little command to automatically
+//: way, our 'build*' scripts contain a little command to automatically
 //: generate declarations for them.
 :(code)
 bool is_equal(char* s, const char* lit) {