From f198d817224bcf428a2f5df90eb59753ed6e2459 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 25 Nov 2015 19:48:09 +0000 Subject: [PATCH] Fix spelling error. --- usr.bin/readelf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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