Source-Changes-HG archive

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

[src/trunk]: src/lib/libpam Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/bb8182a19956
branches:  trunk
changeset: 759092:bb8182a19956
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Nov 28 01:31:26 2010 +0000

description:
Fix typo in comment.

diffstat:

 lib/libpam/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 01fb3b7cbbe6 -r bb8182a19956 lib/libpam/Makefile
--- a/lib/libpam/Makefile       Sun Nov 28 01:28:21 2010 +0000
+++ b/lib/libpam/Makefile       Sun Nov 28 01:31:26 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/11/28 00:50:16 christos Exp $
+# $NetBSD: Makefile,v 1.5 2010/11/28 01:31:26 wiz Exp $
 # Copyright 1998 Juniper Networks, Inc.
 # All rights reserved.
 #
@@ -26,7 +26,7 @@
 # $FreeBSD: src/lib/libpam/Makefile,v 1.3 2003/03/09 20:06:34 obrien Exp $
 
 # The static modules must be built before libpam, because they are built
-# into the static version of libpam. The dynamic modules must be build after
+# into the static version of libpam. The dynamic modules must be built after
 # libpam because they depend on the dynamic version of libpam.
 SUBDIR=        staticmodules .WAIT libpam .WAIT modules
 



Home | Main Index | Thread Index | Old Index