summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-01 09:36:28 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-01 09:36:28 +0000
commit8cfc86dbfd2bffe3cf053c10b74cee12401437f4 (patch)
treeec678a478271baa873d289cd824efa27cc707ec2 /src
parentc436b636d99baee8fe3c915fc0509406cbeadb34 (diff)
Tweak comment.
Diffstat (limited to 'src')
-rw-r--r--src/stl_binary_writer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stl_binary_writer.cc b/src/stl_binary_writer.cc
index 49bcc34..6e8f598 100644
--- a/src/stl_binary_writer.cc
+++ b/src/stl_binary_writer.cc
@@ -44,7 +44,7 @@ using namespace sub;
* 64 here would mean that there are 64 addressable vertical positions
* on the screen, each 1/64th of the screen height tall.
*
- * The arbitrary 23 makes our output agree more closely with
+ * The magic 23 makes our output agree more closely with
* AnnotationEdit, which makes life easier when testing.
*/
static int const ROWS = 23;