aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-01-29 16:38:36 +0000
committerNick Clifton <nickc@redhat.com>2008-01-29 16:38:36 +0000
commit68e08bceb0e46aa827b7e23b89a2affb014d8944 (patch)
tree6494d39af507889e4598b800463c78d70c321dac /binutils
parent2e14fae29a88badc00f7707721f1fdf551391919 (diff)
downloadfsf-binutils-gdb-68e08bceb0e46aa827b7e23b89a2affb014d8944.zip
fsf-binutils-gdb-68e08bceb0e46aa827b7e23b89a2affb014d8944.tar.gz
fsf-binutils-gdb-68e08bceb0e46aa827b7e23b89a2affb014d8944.tar.bz2
Fix spelling typo in previous delta
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 541e37d..bb3b887 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -2,7 +2,7 @@
* dwarf.c (print_dwarf_vma): New function. Display the value of a
dwarf_vma type at a specified precision. Use mingw field type
- specified if necessary.
+ specifier if necessary.
(display_debug_loc): Use dwarf_vma type for begin and end values.
Use print_dwarf_vma to display their values. Use byte_get_signed
in order to correctly detect the -1 escape value.