Skip to content

Commit 6be38c3

Browse files
committed
Fix erroneous comment. Fixes #165
1 parent 7c21f2d commit 6be38c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/boost/iostreams/filter/newline.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ const char LF = 0x0A;
4848

4949
// Exactly one of the following three flags must be present.
5050

51-
const int posix = 1; // Use CR as line separator.
52-
const int mac = 2; // Use LF as line separator.
51+
const int posix = 1; // Use LF as line separator.
52+
const int mac = 2; // Use CR as line separator.
5353
const int dos = 4; // Use CRLF as line separator.
5454
const int mixed = 8; // Mixed line endings.
5555
const int final_newline = 16;

0 commit comments

Comments
 (0)