This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch for spelling errors


I've installed as obvious the following patch to fix some spelling errors
where "depreciated" was used but "deprecated" was meant.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.8313
diff -u -r1.8313 ChangeLog
--- ChangeLog	2000/11/19 19:39:16	1.8313
+++ ChangeLog	2000/11/19 19:41:07
@@ -1,5 +1,7 @@
 2000-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>

+	* config.gcc, invoke.texi: Fix errors in spelling of "deprecated".
+
 	* alias.c (mems_in_disjoint_alias_sets_p): Do use alias sets in
 	stdarg and varargs functions.

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.1
diff -u -r1.1 config.gcc
--- config.gcc	2000/11/17 10:42:45	1.1
+++ config.gcc	2000/11/19 19:41:08
@@ -3116,7 +3116,7 @@
 	;;
 thumb*-*-*)
 	{ echo "config.gcc: error:
-*** The Thumb targets have been depreciated.  The equivalent
+*** The Thumb targets have been deprecated.  The equivalent
 *** ARM based toolchain can now generated Thumb instructions
 *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
 	;;
Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/invoke.texi,v
retrieving revision 1.239
diff -u -r1.239 invoke.texi
--- invoke.texi	2000/11/13 14:02:54	1.239
+++ invoke.texi	2000/11/19 19:41:10
@@ -4851,19 +4851,19 @@

 @item -mshort-load-bytes
 @kindex -mshort-load-bytes
-This is a depreciated alias for @samp{-malignment-traps}.
+This is a deprecated alias for @samp{-malignment-traps}.

 @item -mno-short-load-bytes
 @kindex -mno-short-load-bytes
-This is a depreciated alias for @samp{-mno-alignment-traps}.
+This is a deprecated alias for @samp{-mno-alignment-traps}.

 @item -mshort-load-words
 @kindex -mshort-load-words
-This is a depreciated alias for @samp{-mno-alignment-traps}.
+This is a deprecated alias for @samp{-mno-alignment-traps}.

 @item -mno-short-load-words
 @kindex -mno-short-load-words
-This is a depreciated alias for @samp{-malignment-traps}.
+This is a deprecated alias for @samp{-malignment-traps}.

 @item -mbsd
 @kindex -mbsd

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]