summaryrefslogtreecommitdiff
path: root/ACEXML/common/FileCharStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/common/FileCharStream.h')
-rw-r--r--ACEXML/common/FileCharStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACEXML/common/FileCharStream.h b/ACEXML/common/FileCharStream.h
index d71792aac59..9feb5dcfbe2 100644
--- a/ACEXML/common/FileCharStream.h
+++ b/ACEXML/common/FileCharStream.h
@@ -54,7 +54,7 @@ public:
/**
* Read the next ACEXML_Char. Return -1 if we are not able to
- * return an ACEXML_Char, 0 if EOS is reached, or 1 if succeed.
+ * return an ACEXML_Char, 0 if EOF is reached, or 1 if succeed.
*/
virtual int get (ACEXML_Char& ch);