summaryrefslogtreecommitdiffstats
path: root/usr.bin/vgrind
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-05 21:35:20 +0000
committerbapt <bapt@FreeBSD.org>2015-06-05 21:35:20 +0000
commitd1d1b889d9a7798f9a588590e53b57f4c3f37fe8 (patch)
treec4fabddbe5425e8d3bb6e2590783cf4978ad129d /usr.bin/vgrind
parent954e6fdc3b5853e8ad6122a01e6cc6e96aa08b8e (diff)
downloadFreeBSD-src-d1d1b889d9a7798f9a588590e53b57f4c3f37fe8.zip
FreeBSD-src-d1d1b889d9a7798f9a588590e53b57f4c3f37fe8.tar.gz
Fix typos
Diffstat (limited to 'usr.bin/vgrind')
-rw-r--r--usr.bin/vgrind/regexp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vgrind/regexp.c b/usr.bin/vgrind/regexp.c
index cd57835..8390cf1 100644
--- a/usr.bin/vgrind/regexp.c
+++ b/usr.bin/vgrind/regexp.c
@@ -91,7 +91,7 @@ STRNCMP(register char *s1, register char *s2, register int len)
* internal format.
*
* Either meta symbols (\a \d or \p) or character strings or
- * operations ( alternation or perenthesizing ) can be
+ * operations ( alternation or parenthesizing ) can be
* specified. Each starts with a descriptor byte. The descriptor
* byte has STR set for strings, META set for meta symbols
* and OPER set for operations.
@@ -110,7 +110,7 @@ STRNCMP(register char *s1, register char *s2, register int len)
* character count
* the string
*
- * operatins := descriptor
+ * operations := descriptor
* symbol
* character count
*/
OpenPOWER on IntegriCloud