summaryrefslogtreecommitdiffstats
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 9941d97c9cfa..b0ddfdb9694b 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -308,7 +308,7 @@ const SmTokenTableEntry * SmParser::GetTokenTableEntry( const OUString &rName )
namespace {
bool 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