]> Kevux Git Server - fll/commitdiff
Cleanup: Start comment with uppercase.
authorKevin Day <thekevinday@gmail.com>
Sat, 19 Feb 2022 15:23:40 +0000 (09:23 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 19 Feb 2022 15:23:40 +0000 (09:23 -0600)
level_2/fll_fss/c/fss.c

index 8226bd90574a1e4329cb6065e2dfa958589e6bea..dedcc059e40f7eda228a43a9cd56057eeaab43e1 100644 (file)
@@ -41,7 +41,7 @@ extern "C" {
       return F_found_not;
     }
 
-    // skip past all NULLs after the '#'.
+    // Skip past all NULLs after the '#'.
     for (++range->start; range->start <= range->stop; ++range->start) {
       if (buffer.string[range->start]) break;
     }