summaryrefslogtreecommitdiff
path: root/starmath/source/parse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/parse.cxx')
-rw-r--r--starmath/source/parse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index b00884704f9c..b0f11e5981c4 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -321,7 +321,7 @@ static const sal_Unicode aDelimiterTable[] =
};
bool SmParser::IsDelimiter( const OUString &rTxt, sal_Int32 nPos )
- // returns 'true' iff cChar is '\0' or a delimiter
+ // returns 'true' if cChar is '\0' or a delimiter
{
assert(nPos <= rTxt.getLength()); //index out of range