aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bryant <jb@jeremybryant.net>2025-04-24 23:24:52 +0100
committerTom Tromey <tromey@adacore.com>2025-04-29 09:33:00 -0600
commitf79a8e5aab2d0f4773cca8c33434c5cf0f3e9124 (patch)
tree06bb89585a1b4c29b98438a8414a3811c3a7c8af
parent9727f2665997fa30499e3b4be008f9316778e932 (diff)
downloadbinutils-f79a8e5aab2d0f4773cca8c33434c5cf0f3e9124.zip
binutils-f79a8e5aab2d0f4773cca8c33434c5cf0f3e9124.tar.gz
binutils-f79a8e5aab2d0f4773cca8c33434c5cf0f3e9124.tar.bz2
Change acronym BFD to Binary File Descriptor.
This fixes a typo in gdb/README. Approved-By: Tom Tromey <tom@tromey.com>
-rw-r--r--gdb/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/README b/gdb/README
index 8836120..5a00305 100644
--- a/gdb/README
+++ b/gdb/README
@@ -17,7 +17,7 @@ Unpacking and Installation -- quick overview
'gdb-VERSION.tar.gz', where VERSION is the version of GDB.
The GDB debugger sources, the generic GNU include
-files, the BFD ("binary file description") library, the readline
+files, the BFD ("Binary File Descriptor") library, the readline
library, and other libraries all have directories of their own
underneath the gdb-VERSION directory. The idea is that a variety of GNU
tools can share a common copy of these things. Be aware of variation