about summary refs log tree commit diff stats
path: root/000organization.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 /000organization.cc
parent91fe63cdc15daa2ff15c0527bbf29abadb134ecc (diff)
downloadmu-8f97725d0088d86ae157006234d1d0009b1dbf4c.tar.gz
4252
Diffstat (limited to '000organization.cc')
-rw-r--r--000organization.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/000organization.cc b/000organization.cc
index 357eb933..9a1938ff 100644
--- a/000organization.cc
+++ b/000organization.cc
@@ -94,7 +94,7 @@
 // Types
 // End Types
 
-// Function prototypes are auto-generated in the 'build' script; define your
+// Function prototypes are auto-generated in the 'build*' scripts; define your
 // functions in any order. Just be sure to declare each function header all on
 // one line, ending with the '{'. Our auto-generation scripts are too minimal
 // and simple-minded to handle anything else.
@@ -103,7 +103,7 @@
 // Globals
 //
 // All statements in this section should always define a single variable on a
-// single line. The 'build' script will simple-mindedly auto-generate extern
+// single line. The 'build*' scripts will simple-mindedly auto-generate extern
 // declarations for them. Remember to define (not just declare) constants with
 // extern linkage in this section, since C++ global constants have internal
 // linkage by default.