Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/677f94676349
branches:  trunk
changeset: 819786:677f94676349
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Dec 17 10:25:49 2016 +0000

description:
Fix typo.

diffstat:

 lib/libc/gen/scandir.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 1b592f1f4882 -r 677f94676349 lib/libc/gen/scandir.3
--- a/lib/libc/gen/scandir.3    Sat Dec 17 09:12:22 2016 +0000
+++ b/lib/libc/gen/scandir.3    Sat Dec 17 10:25:49 2016 +0000
@@ -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 @@
 .Dq struct dirent **
 instead of
 .Dq void *
-for the comparision function, including
+for the comparison function, including
 .Fn alphasort .



Home | Main Index | Thread Index | Old Index