Module Name:    src
Committed By:   abhinav
Date:           Thu Jul 14 18:21:31 UTC 2016

Modified Files:
        src/lib/libc/string: popcount.3

Log Message:
Fix grammar.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/string/popcount.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/string/popcount.3
diff -u src/lib/libc/string/popcount.3:1.5 src/lib/libc/string/popcount.3:1.6
--- src/lib/libc/string/popcount.3:1.5	Mon Aug 22 01:36:04 2011
+++ src/lib/libc/string/popcount.3	Thu Jul 14 18:21:31 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: popcount.3,v 1.5 2011/08/22 01:36:04 dholland Exp $
+.\"	$NetBSD: popcount.3,v 1.6 2016/07/14 18:21:31 abhinav Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -55,7 +55,7 @@
 .Sh DESCRIPTION
 The
 .Nm
-functions returns the number of bits set in
+functions return the number of bits set in
 .Fa value .
 .Sh SEE ALSO
 .Xr ffs 3

Reply via email to