diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-04-21 22:52:18 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-04-21 22:52:18 +0000 |
commit | b1a409863f4784ab8a7a9fa04b3e9b3c92e7fd72 (patch) | |
tree | ffdd6f0dc2682783b82206edbcc2c24e90d57dcd /usr.bin/grep/regex | |
parent | b0620803d5b1d2d184c35fdce6670ce475b0f9da (diff) | |
download | src-b1a409863f4784ab8a7a9fa04b3e9b3c92e7fd72.tar.gz src-b1a409863f4784ab8a7a9fa04b3e9b3c92e7fd72.zip |
Various style(9) fixes and typos in grep, sort and patch.
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=264744
Diffstat (limited to 'usr.bin/grep/regex')
-rw-r--r-- | usr.bin/grep/regex/tre-fastmatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/grep/regex/tre-fastmatch.c b/usr.bin/grep/regex/tre-fastmatch.c index 4b589009bde1..eddab2631473 100644 --- a/usr.bin/grep/regex/tre-fastmatch.c +++ b/usr.bin/grep/regex/tre-fastmatch.c @@ -444,7 +444,7 @@ static int fastcmp(const fastmatch_t *fg, const void *data, } /* - * Copies the pattern pat having lenght n to p and stores + * Copies the pattern pat having length n to p and stores * the size in l. */ #define SAVE_PATTERN(src, srclen, dst, dstlen) \ |