about summary refs log tree commit diff stats
path: root/subx/000organization.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-10-13 21:50:41 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-10-13 21:50:41 -0700
commit84ca523f031eab2fbd4b91edaf6d565505a6a061 (patch)
tree01727a7f943f3be7ec98455a4697d0c95d53337f /subx/000organization.cc
parentb4349e2ca28388b13c01fd67a88888a437ca98fd (diff)
downloadmu-84ca523f031eab2fbd4b91edaf6d565505a6a061.tar.gz
4061
Diffstat (limited to 'subx/000organization.cc')
-rw-r--r--subx/000organization.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/subx/000organization.cc b/subx/000organization.cc
index eeafe8be..6d739322 100644
--- a/subx/000organization.cc
+++ b/subx/000organization.cc
@@ -79,10 +79,10 @@
 //:
 //: This 'subsetting guarantee' ensures that this directory contains a
 //: cleaned-up narrative of the evolution of this codebase. Organizing
-//: autobiographically allows a newcomers to rapidly orient themselves,
-//: reading the first few files to understand a simple gestalt of a program's
-//: core purpose and features, and later gradually working their way through
-//: other features as the need arises.
+//: autobiographically allows newcomers to rapidly orient themselves, reading
+//: the first few files to understand a simple gestalt of a program's core
+//: purpose and features, and later gradually working their way through other
+//: features as the need arises.
 //:
 //: Programmers shouldn't need to understand everything about a program to
 //: hack on it. But they shouldn't be prevented from a thorough understanding
@@ -128,7 +128,7 @@ int main(int argc, char* argv[]) {
 // Unit Tests
 // End Unit Tests
 
-//: our first directive; insert the following header at the start of the program
+//: our first directive; insert the following headers at the start of the program
 :(before "End Includes")
 #include <assert.h>
 #include <stdlib.h>