diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-03-08 23:19:48 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-03-08 23:19:48 +0000 |
commit | 796ee68bff956b420616fb32ff7bd5d900e551cd (patch) | |
tree | b3cde668bb922f35aaf7098bed2c92626c7251f7 /include | |
parent | b14e61828659cd688479c47055aa660d69c7d2b4 (diff) | |
download | gdb-796ee68bff956b420616fb32ff7bd5d900e551cd.zip gdb-796ee68bff956b420616fb32ff7bd5d900e551cd.tar.gz gdb-796ee68bff956b420616fb32ff7bd5d900e551cd.tar.bz2 |
fix typo
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ppc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/ppc.h b/include/elf/ppc.h index 9a23f35..5a80d71 100644 --- a/include/elf/ppc.h +++ b/include/elf/ppc.h @@ -3,7 +3,7 @@ By Michael Meissner, Cygnus Support, <meissner@cygnus.com>, from information in the System V Application Binary Interface, PowerPC Processor Supplement - and the PowerPC Embedded Application Binary Interface (eabi). */ + and the PowerPC Embedded Application Binary Interface (eabi). This file is part of BFD, the Binary File Descriptor library. |