svn commit: r311171 - head/share/man/man9

Benjamin Kaduk bjk at FreeBSD.org
Tue Jan 3 21:11:31 UTC 2017


Author: bjk (doc committer)
Date: Tue Jan  3 21:11:30 2017
New Revision: 311171
URL: https://svnweb.freebsd.org/changeset/base/311171

Log:
  Fix typo

Modified:
  head/share/man/man9/atomic.9

Modified: head/share/man/man9/atomic.9
==============================================================================
--- head/share/man/man9/atomic.9	Tue Jan  3 21:02:30 2017	(r311170)
+++ head/share/man/man9/atomic.9	Tue Jan  3 21:11:30 2017	(r311171)
@@ -402,7 +402,7 @@ The
 .Fn atomic_fcmpset
 function returns
 .Dv true
-if the operationg succeeded.
+if the operation succeeded.
 Otherwise it returns
 .Dv false
 and sets


More information about the svn-src-head mailing list