about summary refs log tree commit diff stats
path: root/cpp/019array
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-02-22 01:55:47 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-02-22 01:55:47 -0800
commit3865f2932466206488958ac2ae6ecd512dea5987 (patch)
tree37b0d0a6c3c47155ff827de7b0d3f60f4fc1a6a3 /cpp/019array
parenta55bbd06724ce7f3dc6cf1769420c13ea77d91de (diff)
downloadmu-3865f2932466206488958ac2ae6ecd512dea5987.tar.gz
824
Diffstat (limited to 'cpp/019array')
-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++;