Merge pull request #39 from jungle-boogie/patch-7

update spelling
This commit is contained in:
John Kerl 2015-08-26 22:05:43 -04:00
commit be11d4dfea

View file

@ -3,7 +3,7 @@
These are readers for Miller file formats, stdio and mmap versions. The stdio
and mmap record parsers are similar but not identical, due to inversion of
processing order: getting an entire mallocked line and then splitting it by
separators in the former case, versus spltting while discovering end of line in
separators in the former case, versus splitting while discovering end of line in
the latter case. The code duplication could be largely removed by having the
mmap readers find end-of-lines, then split up the lines -- however that
requires two passes through input strings and for performance I want just a