From: Kevin Day Date: Thu, 23 May 2024 01:36:41 +0000 (-0500) Subject: Cleanup: Fix grammar in comment. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=36e86fa99b502384b69b7d11d67bb6db5ad1de52;p=fll Cleanup: Fix grammar in comment. --- diff --git a/level_1/fl_fss/c/private-fss.c b/level_1/fl_fss/c/private-fss.c index d7b7b2e..fa7095c 100644 --- a/level_1/fl_fss/c/private-fss.c +++ b/level_1/fl_fss/c/private-fss.c @@ -842,7 +842,7 @@ extern "C" { if (range->start > range->stop || range->start >= object.used) { - // Slashes before the final quote must be escaped when quote, add the delimit slashes. + // Slashes before the final quote must be escaped when quoted, add the delimit slashes. if (quoted_is) { // If this is the first quote, then only a single delimit slash is needed.