svn commit: r291326 - head/usr.bin/readelf

Bryan Drewery bdrewery at FreeBSD.org
Wed Nov 25 19:48:11 UTC 2015


Author: bdrewery
Date: Wed Nov 25 19:48:09 2015
New Revision: 291326
URL: https://svnweb.freebsd.org/changeset/base/291326

Log:
  Fix spelling error.

Modified:
  head/usr.bin/readelf/Makefile

Modified: head/usr.bin/readelf/Makefile
==============================================================================
--- head/usr.bin/readelf/Makefile	Wed Nov 25 19:45:04 2015	(r291325)
+++ head/usr.bin/readelf/Makefile	Wed Nov 25 19:48:09 2015	(r291326)
@@ -12,7 +12,7 @@ LIBADD=	dwarf elftc elf
 
 CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
 
-# This same hack is in lib/libelf/Makefile and lib/libdward/Makefile
+# This same hack is in lib/libelf/Makefile and lib/libdwarf/Makefile
 # We need to link against the correct version of these files. One
 # solution is to include ../../sys in the include path. This causes
 # problems when a header file in sys depends on a file in another


More information about the svn-src-head mailing list