diff options
author | pfg <pfg@FreeBSD.org> | 2016-04-30 01:24:24 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-04-30 01:24:24 +0000 |
commit | 69669cbe99c92053594f595bbb8afd89c18a1892 (patch) | |
tree | b4c646668481cdc1dd9daaea77bf963c2e2862a0 /lib/libc/regex/regcomp.c | |
parent | 3cfc36525eddce27cb703ad496d3805e43dc51f9 (diff) | |
download | FreeBSD-src-69669cbe99c92053594f595bbb8afd89c18a1892.zip FreeBSD-src-69669cbe99c92053594f595bbb8afd89c18a1892.tar.gz |
libc: spelling fixes.
Mostly on comments.
Diffstat (limited to 'lib/libc/regex/regcomp.c')
-rw-r--r-- | lib/libc/regex/regcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/regex/regcomp.c b/lib/libc/regex/regcomp.c index 2f2d827..aa9ca9e 100644 --- a/lib/libc/regex/regcomp.c +++ b/lib/libc/regex/regcomp.c @@ -578,7 +578,7 @@ p_simp_re(struct parse *p, sopno subno; # define BACKSL (1<<CHAR_BIT) - pos = HERE(); /* repetion op, if any, covers from here */ + pos = HERE(); /* repetition op, if any, covers from here */ assert(MORE()); /* caller should have ensured this */ c = GETNEXT(); |