Module Name:    src
Committed By:   wiz
Date:           Sun Nov 28 01:31:26 UTC 2010

Modified Files:
        src/lib/libpam: Makefile

Log Message:
Fix typo in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libpam/Makefile

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

Modified files:

Index: src/lib/libpam/Makefile
diff -u src/lib/libpam/Makefile:1.4 src/lib/libpam/Makefile:1.5
--- src/lib/libpam/Makefile:1.4	Sun Nov 28 00:50:16 2010
+++ src/lib/libpam/Makefile	Sun Nov 28 01:31:26 2010
@@ -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
 

Reply via email to