about summary refs log tree commit diff stats
path: root/000organization.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-22 16:22:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-22 16:22:17 -0700
commit6a9d8191dfb5606f8d3630375f3ec045bd534ba3 (patch)
treea391cbcf7f193f7a5b3f2e9822829f21e5f80cf6 /000organization.cc
parentb9dcb70b338287a764ddcbbb834094853e94a9b6 (diff)
downloadmu-6a9d8191dfb5606f8d3630375f3ec045bd534ba3.tar.gz
3557
Diffstat (limited to '000organization.cc')
-rw-r--r--000organization.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/000organization.cc b/000organization.cc
index 4214c0eb..a29a8813 100644
--- a/000organization.cc
+++ b/000organization.cc
@@ -94,16 +94,16 @@
 // Types
 // End Types
 
-// Prototypes are auto-generated in the makefile; define your functions in any
-// order. Just be sure to declare each function header all on one line. Our
-// auto-generation scripts are too minimal and simple-minded to handle
+// Prototypes are auto-generated in the 'build' script; define your functions
+// in any order. Just be sure to declare each function header all on one line.
+// Our auto-generation scripts are too minimal and simple-minded to handle
 // anything else.
 #include "function_list"  // by convention, files ending with '_list' are auto-generated
 
 // Globals
 //
 // All statements in this section should always define a single variable on a
-// single line. The makefile will simple-mindedly auto-generate extern
+// single line. The 'build' script will simple-mindedly auto-generate extern
 // declarations for them. Don't forget to define (not just declare) constants
 // with extern linkage in this section, since C++ global constants have
 // internal linkage by default.