summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libg++/include/parsestream.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libg++/include/parsestream.h')
-rw-r--r--gnu/lib/libg++/include/parsestream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libg++/include/parsestream.h b/gnu/lib/libg++/include/parsestream.h
index b168707..c0dfce2 100644
--- a/gnu/lib/libg++/include/parsestream.h
+++ b/gnu/lib/libg++/include/parsestream.h
@@ -67,7 +67,7 @@ class parsebuf : public streambuf {
// Length of current line, not counting either '\n'.
int line_length() { return _line_length; }
- // Current line - not a copy, so file ops may trash it.
+ // Current line - not a copy, so file ops may trash it.
virtual char* current_line();
virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
virtual streambuf* setbuf(char* p, int len);
OpenPOWER on IntegriCloud