svn commit: r284047 - head/usr.bin/vgrind

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 5 21:35:21 UTC 2015


Author: bapt
Date: Fri Jun  5 21:35:20 2015
New Revision: 284047
URL: https://svnweb.freebsd.org/changeset/base/284047

Log:
  Fix typos

Modified:
  head/usr.bin/vgrind/regexp.c

Modified: head/usr.bin/vgrind/regexp.c
==============================================================================
--- head/usr.bin/vgrind/regexp.c	Fri Jun  5 21:22:26 2015	(r284046)
+++ head/usr.bin/vgrind/regexp.c	Fri Jun  5 21:35:20 2015	(r284047)
@@ -91,7 +91,7 @@ STRNCMP(register char *s1, register char
  *	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
  *				character count
  *				the string
  *
- *		operatins :=	descriptor
+ *		operations :=	descriptor
  *				symbol
  *				character count
  */


More information about the svn-src-all mailing list