]> Shamusworld >> Repos - rmac/blobdiff - parmode.h
Now we're pretty sure that the codebase doesn't cause any regressions.
[rmac] / parmode.h
index 4d37cdbe34ee77b4cad744e708e3d95f5e271e5a..13b83fcae05cd27827f94b998d95361ccd89f93a 100644 (file)
--- a/parmode.h
+++ b/parmode.h
@@ -1169,7 +1169,7 @@ CHK_FOR_DISPn:
                        // expr[.L]
                        AMn = ABSL;
 
-                       // Is .L forced here?
+                       // .L is forced here
                        if (*tok == DOTL)
                        {
                                tok++;
@@ -1177,8 +1177,8 @@ CHK_FOR_DISPn:
                        }
                        else
                        {
-                               // Defined, absolute values from $FFFF8000..$00007FFF get optimized
-                               // to absolute short
+                               // Defined, absolute values from $FFFF8000..$00007FFF get
+                               // optimized to absolute short
                                if (CHECK_OPTS(OPT_ABS_SHORT)
                                        && ((AnEXATTR & (TDB | DEFINED)) == DEFINED)
                                        && (((uint32_t)AnEXVAL + 0x8000) < 0x10000))