aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-04-12 14:31:54 -0600
committerJeff Law <law@gcc.gnu.org>1998-04-12 14:31:54 -0600
commit8dd8e7643a92d99cdda3ea160236d74fef6895fa (patch)
tree1f6f2d0bf1aee5458eb7826ce8efabfff806364b /gcc
parent3c0d0dea6a28c41fe76cd39e0d677384d4928fef (diff)
downloadgcc-8dd8e7643a92d99cdda3ea160236d74fef6895fa.zip
gcc-8dd8e7643a92d99cdda3ea160236d74fef6895fa.tar.gz
gcc-8dd8e7643a92d99cdda3ea160236d74fef6895fa.tar.bz2
Fix typos.
From-SVN: r19155
Diffstat (limited to 'gcc')
-rw-r--r--gcc/invoke.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index d57afbb..52e2f8d 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -2641,7 +2641,7 @@ Do not use the standard system libraries when linking.
Only the libraries you specify will be passed to the linker.
The standard startup files are used normally, unless @code{-nostartfiles}
is used. The compiler may generate calls to memcmp, memset, and memcpy
-for System V (and ANSI C) environments or to bcpy and bzero for
+for System V (and ANSI C) environments or to bcopy and bzero for
BSD environments. These entries are usually resolved by entries in
libc. These entry points should be supplied through some other
mechanism when this option is specified.
@@ -2650,7 +2650,7 @@ mechanism when this option is specified.
Do not use the standard system startup files or libraries when linking.
No startup files and only the libraries you specify will be passed to
the linker. The compiler may generate calls to memcmp, memset, and memcpy
-for System V (and ANSI C) environments or to bcpy and bzero for
+for System V (and ANSI C) environments or to bcopy and bzero for
BSD environments. These entries are usually resolved by entries in
libc. These entry points should be supplied through some other
mechanism when this option is specified.