Module Name: src
Committed By: wiz
Date: Sat Dec 17 10:25:49 UTC 2016
Modified Files:
src/lib/libc/gen: scandir.3
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/gen/scandir.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/gen/scandir.3
diff -u src/lib/libc/gen/scandir.3:1.15 src/lib/libc/gen/scandir.3:1.16
--- src/lib/libc/gen/scandir.3:1.15 Fri Dec 16 04:45:04 2016
+++ src/lib/libc/gen/scandir.3 Sat Dec 17 10:25:49 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: scandir.3,v 1.15 2016/12/16 04:45:04 mrg Exp $
+.\" $NetBSD: scandir.3,v 1.16 2016/12/17 10:25:49 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -118,5 +118,5 @@ to use
.Dq struct dirent **
instead of
.Dq void *
-for the comparision function, including
+for the comparison function, including
.Fn alphasort .