summaryrefslogtreecommitdiff
path: root/src/stl_binary_writer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/stl_binary_writer.cc')
-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;