OSDN Git Service

Fix typos.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Apr 1998 20:31:54 +0000 (20:31 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Apr 1998 20:31:54 +0000 (20:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19155 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/invoke.texi

index d57afbb..52e2f8d 100644 (file)
@@ -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.