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
  */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to