From 36e86fa99b502384b69b7d11d67bb6db5ad1de52 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 22 May 2024 20:36:41 -0500 Subject: [PATCH] Cleanup: Fix grammar in comment. --- level_1/fl_fss/c/private-fss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.8.3.1