diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-01 09:36:28 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-01 09:36:28 +0000 |
| commit | 8cfc86dbfd2bffe3cf053c10b74cee12401437f4 (patch) | |
| tree | ec678a478271baa873d289cd824efa27cc707ec2 /src/stl_binary_writer.cc | |
| parent | c436b636d99baee8fe3c915fc0509406cbeadb34 (diff) | |
Tweak comment.
Diffstat (limited to 'src/stl_binary_writer.cc')
| -rw-r--r-- | src/stl_binary_writer.cc | 2 |
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; |
