From f162b6662bc74d544b13313fa0299b84457dd72b Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Tue, 4 Jun 2013 09:44:08 -0500 Subject: [PATCH] comment --- common/dsnlexer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/dsnlexer.cpp b/common/dsnlexer.cpp index d2b59b3faa..d9ed3e719b 100644 --- a/common/dsnlexer.cpp +++ b/common/dsnlexer.cpp @@ -415,8 +415,8 @@ inline bool isSep( char cc ) * * @param cp is the start of the current token. * @param limit is the end of the current line of text. - * @return const char* - pointer to the start of the token after this one, but if - * this token is a number, else NULL + * @return const char* - if initial text was a number, then pointer to the text + * after this number, else NULL if initial text was not a number. */ static const char* isNumber( const char* cp, const char* limit ) {