summaryrefslogtreecommitdiffstats
path: root/kviewshell/plugins/djvu/libdjvu/GString.h
diff options
context:
space:
mode:
Diffstat (limited to 'kviewshell/plugins/djvu/libdjvu/GString.h')
-rw-r--r--kviewshell/plugins/djvu/libdjvu/GString.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/kviewshell/plugins/djvu/libdjvu/GString.h b/kviewshell/plugins/djvu/libdjvu/GString.h
index 601db983..96634c29 100644
--- a/kviewshell/plugins/djvu/libdjvu/GString.h
+++ b/kviewshell/plugins/djvu/libdjvu/GString.h
@@ -1,4 +1,3 @@
-//C- -*- C++ -*-
//C- -------------------------------------------------------------------
//C- DjVuLibre-3.5
//C- Copyright (c) 2002 Leon Bottou and Yann Le Cun.
@@ -511,9 +510,9 @@ public:
character of a string is numbered zero. Negative positions
represent characters relative to the end of the string. */
char operator[] (int n) const;
- /// Returns #TRUE# if the string contains an integer number.
+ /// Returns #true# if the string contains an integer number.
bool is_int(void) const;
- /// Returns #TRUE# if the string contains a float number.
+ /// Returns #true# if the string contains a float number.
bool is_float(void) const;
/** Converts strings between native & UTF8 **/