Module Name:    src
Committed By:   thorpej
Date:           Sat Dec 19 09:01:32 UTC 2009

Modified Files:
        src/external/bsd/libelf/lib: Makefile

Log Message:
Fix a typo.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/libelf/lib/Makefile

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

Modified files:

Index: src/external/bsd/libelf/lib/Makefile
diff -u src/external/bsd/libelf/lib/Makefile:1.1 src/external/bsd/libelf/lib/Makefile:1.2
--- src/external/bsd/libelf/lib/Makefile:1.1	Sat Dec 19 05:52:01 2009
+++ src/external/bsd/libelf/lib/Makefile	Sat Dec 19 09:01:32 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2009/12/19 05:52:01 thorpej Exp $
+#	$NetBSD: Makefile,v 1.2 2009/12/19 09:01:32 thorpej Exp $
 
 .include <bsd.init.mk>
 
@@ -72,7 +72,7 @@
 		    gelf_getehdr.3 gelf_getmove.3 gelf_getphdr.3	\
 		    gelf_getrel.3 gelf_getrela.3 gelf_getshdr.3		\
 		    gelf_getsym.3 gelf_getsyminfo.3 gelf_getsymshndx.3	\
-		gelf_newehdr.3 gelf_hewphdr.3				\
+		gelf_newehdr.3 gelf_newphdr.3				\
 		gelf_update_ehdr.3					\
 		gelf_xlatetof.3
 

Reply via email to