diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-11-25 19:48:09 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-11-25 19:48:09 +0000 |
commit | a11fa6b47d94c8f2ec8bf9e1d8f6faaa872f9549 (patch) | |
tree | 2491d587fb6c74233ebf1ea63a36e16b58554198 /usr.bin/readelf | |
parent | e43323cdeacf5619c437f10956afb672692bb1bc (diff) | |
download | FreeBSD-src-a11fa6b47d94c8f2ec8bf9e1d8f6faaa872f9549.zip FreeBSD-src-a11fa6b47d94c8f2ec8bf9e1d8f6faaa872f9549.tar.gz |
Fix spelling error.
Diffstat (limited to 'usr.bin/readelf')
-rw-r--r-- | usr.bin/readelf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/readelf/Makefile b/usr.bin/readelf/Makefile index f865a97..1905112 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 |