]> www.ginac.de Git - ginac.git/blobdiff - ginac/parser/parser.cpp
Fix typos in comments.
[ginac.git] / ginac / parser / parser.cpp
index cdfc5af6f3f2b21c61710342bd8fade71fd0af26..8cb3bf14c8a5b292f039daeb9a34ea20ba0f4c7a 100644 (file)
@@ -158,7 +158,7 @@ ex parser::parse_unary_expr()
        // -(a) 
        // +a
        // +(a)
-       // Delegete the work to parse_binop_rhs(), otherwise we end up
+       // Delegate the work to parse_binop_rhs(), otherwise we end up
        // duplicating it here. 
        ex lhs = _ex0; // silly trick
        ex e = parse_binop_rhs(0, lhs);