about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--cpp/019array2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/019array b/cpp/019array
index 51b6ea6b..bb50a783 100644
--- a/cpp/019array
+++ b/cpp/019array
@@ -1,4 +1,4 @@
-// Support for records.
+// Support for arrays.
 :(before "End Mu Types")
 // We'll use this array as a running example:
 int integer_array = Type_number["integer-array"] = Next_type_number++;