diff options
author | Fred Fish <fnf@specifix.com> | 2001-11-24 21:47:51 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2001-11-24 21:47:51 +0000 |
commit | 93c2c7505f6f271a99d0396598b7bee020671036 (patch) | |
tree | 7f619c4395c8eaa092201e908b5d1c3eeae290ce | |
parent | d3ff4a77ad0f8eeabc2494a60a2162cac925358b (diff) | |
download | gdb-93c2c7505f6f271a99d0396598b7bee020671036.zip gdb-93c2c7505f6f271a99d0396598b7bee020671036.tar.gz gdb-93c2c7505f6f271a99d0396598b7bee020671036.tar.bz2 |
Fix obvious typo (Bourn -> Bourne)
-rw-r--r-- | gdb/doc/gdbint.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index bab1523..2429c49 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2323,7 +2323,7 @@ with them. The target architecture object is implemented as the C structure @code{struct gdbarch *}. The structure, and its methods, are generated -using the Bourn shell script @file{gdbarch.sh}. +using the Bourne shell script @file{gdbarch.sh}. @section Registers and Memory |