Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2015 19:48:09 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291326 - head/usr.bin/readelf
Message-ID:  <201511251948.tAPJm9NS004357@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511251948.tAPJm9NS004357>