summaryrefslogtreecommitdiff
path: root/usr.bin/readelf
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-11-25 19:48:09 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-11-25 19:48:09 +0000
commitf198d817224bcf428a2f5df90eb59753ed6e2459 (patch)
tree2491d587fb6c74233ebf1ea63a36e16b58554198 /usr.bin/readelf
parentc2a55defd7b07da3c5e56aa4c4dceee3467432ae (diff)
downloadsrc-test2-f198d817224bcf428a2f5df90eb59753ed6e2459.tar.gz
src-test2-f198d817224bcf428a2f5df90eb59753ed6e2459.zip
Fix spelling error.
Notes
Notes: svn path=/head/; revision=291326
Diffstat (limited to 'usr.bin/readelf')
-rw-r--r--usr.bin/readelf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/readelf/Makefile b/usr.bin/readelf/Makefile
index f865a97e92f5..190511202dea 100644
--- a/usr.bin/readelf/Makefile
+++ b/usr.bin/readelf/Makefile
@@ -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