]> git.sur5r.net Git - cc65/commitdiff
Updated comment regarding curly braces. 336/head
authorChris Cacciatore <chris.cacciatore@gmail.com>
Sat, 20 Aug 2016 16:42:29 +0000 (09:42 -0700)
committerChris Cacciatore <chris.cacciatore@gmail.com>
Sat, 20 Aug 2016 16:42:29 +0000 (09:42 -0700)
src/cc65/swstmt.c

index e995bd0b7066b03923d89690a15ec5eee19aab33..512f4257d3268c65878cbfff5960fdd7efa2cfc4 100644 (file)
@@ -194,7 +194,7 @@ void SwitchStatement (void)
     /* Free the case value tree */
     FreeCaseNodeColl (SwitchData.Nodes);
 
-    /* If the case statement was (correctly) terminated by a closing curly
+    /* If the case statement was terminated by a closing curly
     ** brace, skip it now.
     */
     if (RCurlyBrace) {