]> git.mdlowis.com Git - proto/libregexp.git/commitdiff
remove extra leading space
authorDavid du Colombier <0intro@gmail.com>
Sat, 7 Oct 2017 13:14:12 +0000 (15:14 +0200)
committerDavid du Colombier <0intro@gmail.com>
Sat, 7 Oct 2017 13:14:12 +0000 (15:14 +0200)
regexec.c

index b0f9c86e5d8af7679f0e72484bf62dff17e16479..d8aecc12a721bc0b3c20a3627a1e950291f5a19d 100644 (file)
--- a/regexec.c
+++ b/regexec.c
@@ -196,7 +196,7 @@ regexec(Reprog *progp,      /* program to run */
        int rv;
 
        /*
-        *  use user-specified starting/ending location if specified
+        *  use user-specified starting/ending location if specified
         */
        j.starts = bol;
        j.eol = 0;