about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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.