diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-08 14:16:36 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-08 14:16:36 +0000 |
commit | 10f0cf8aca09cec74156747a959bee8495897f68 (patch) | |
tree | b6ae3df89306fb68dcc9a680222968711b80e758 /gcc | |
parent | 91f95e00447fe346de24d6c26a2c059cd779e1a4 (diff) | |
download | gcc-10f0cf8aca09cec74156747a959bee8495897f68.tar.gz |
* doc/sourcebuild.texi: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50439 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ea61862664c..3b741822691 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-03-08 Michael Y. Brukman <myb2@cornell.edu> + + * doc/sourcebuild.texi: Fix typo. + 2002-03-08 Jakub Jelinek <jakub@redhat.com> PR c/3711 diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 670d501d9e5..832053b10da 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -60,7 +60,7 @@ The Fortran runtime library. The @code{libffi} library, used as part of the Java runtime library. @item libiberty -The @code{libibery} library, used for portability and for some +The @code{libiberty} library, used for portability and for some generally useful data structures and algorithms. @xref{Top, , Introduction, libiberty, @sc{gnu} libiberty}, for more information about this library. |