about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-24 20:07:42 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-24 20:07:42 -0700
commit2d05f43cf15554adaea725d7a4547b6030458de8 (patch)
tree4c6b8dc4f01a46690c6feb36d2acd87d4c06d924
parentae08e30e8d57a1f1bbc0ba8a346a0aa6bcb512e9 (diff)
downloadmu-2d05f43cf15554adaea725d7a4547b6030458de8.tar.gz
3414
-rw-r--r--000organization.cc2
-rw-r--r--Readme.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/000organization.cc b/000organization.cc
index cbd2ede7..4214c0eb 100644
--- a/000organization.cc
+++ b/000organization.cc
@@ -75,7 +75,7 @@
 //: the program, and pass all tests for loaded features. (Relevant is
 //: http://youtube.com/watch?v=c8N72t7aScY, a scene from "2001: A Space
 //: Odyssey".) Get into the habit of running the included script called
-//: 'test_all_layers' before you commit any changes.
+//: 'test_layers' before you commit any changes.
 //:
 //: This 'subsetting guarantee' ensures that this directory contains a
 //: cleaned-up narrative of the evolution of this codebase. Organizing
diff --git a/Readme.md b/Readme.md
index d11340f0..d3cd3555 100644
--- a/Readme.md
+++ b/Readme.md
@@ -83,9 +83,9 @@ operations (albeit at the cost of some runtime checks).
 
 *Taking Mu for a spin*
 
-Mu is currently implemented in C++ and requires a unix-like environment. It's
+Mu is currently implemented in C++ and requires a Unix-like environment. It's
 been tested on Ubuntu and Mac OS X, on x86, x86\_64 and ARMv7 with recent
-versions of gcc and clang. Since it uses no recent language features and has
+versions of GCC and Clang. Since it uses no recent language features and has
 no exotic dependencies, it should work with most reasonable versions,
 compilers or processors.