X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathParser.cpp;h=255dbadc9e4e2bc345a0011c73559a788baf3da1;hb=897436efbb9bd641b61467d185a2dfae9839e575;hp=3ce4770b59fd67feeb9dfd32911ee4ab1d6aa26f;hpb=0e64103f927443835005cda616db620f9b9e007b;p=features.git diff --git a/src/mathed/MathParser.cpp b/src/mathed/MathParser.cpp index 3ce4770b59..255dbadc9e 100644 --- a/src/mathed/MathParser.cpp +++ b/src/mathed/MathParser.cpp @@ -292,7 +292,7 @@ ostream & operator<<(ostream & os, Token const & t) docstring const & cs = t.cs(); // FIXME: For some strange reason, the stream operator instanciate // a new Token before outputting the contents of t.cs(). - // Because of this the line + // Because of this the line // os << '\\' << cs; // below becomes recursive. // In order to avoid that we return early: