]> www.ginac.de Git - ginac.git/blobdiff - check/exam_misc.cpp
Fix typos in comments.
[ginac.git] / check / exam_misc.cpp
index 06c75866177fff8ab2e133e0f6e5801cff42f789..ff1c5ef01d9737783c314b519924f2fe01533b97 100644 (file)
@@ -164,7 +164,7 @@ static unsigned exam_operator_semantics()
                ++result;
        }
        
-       // Prefix/postfix increment/decrement behaviour:
+       // Prefix/postfix increment/decrement behavior:
        e1 = 7; e2 = 4;
        i1 = 7; i2 = 4;
        e1 = (--e2 = 2)++;