diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-06-04 16:33:09 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-06-04 16:33:09 +0000 |
commit | 2ae727ad93002cbb1a027a5d8623f1ae156fd8b4 (patch) | |
tree | 1ea62d0557ca0250f4d7bc4f46404fcf592871f0 /bfd/dwarf2.c | |
parent | 079f985c5a34b0c69d7f9662fc3d952cba301c05 (diff) | |
download | binutils-gdb-2ae727ad93002cbb1a027a5d8623f1ae156fd8b4.tar.gz |
2005-06-04 H.J. Lu <hongjiu.lu@intel.com>
* dwarf2.c (comp_unit): Fix a typo in comment.
Diffstat (limited to 'bfd/dwarf2.c')
-rw-r--r-- | bfd/dwarf2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index 32f0b4443d0..d13fd756750 100644 --- a/bfd/dwarf2.c +++ b/bfd/dwarf2.c @@ -141,7 +141,7 @@ struct comp_unit /* Chain the previously read compilation units. */ struct comp_unit *next_unit; - /* Keep the bdf convenient (for memory allocation). */ + /* Keep the bfd convenient (for memory allocation). */ bfd *abfd; /* The lowest and highest addresses contained in this compilation |