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]
Other format: [Raw text]

Commit: Fix spelling mistake in RL78 documentation


Hi Guys,

  I am checking in the patch below to fix a small spelling mistake that
  I recently introduced to the RL78 documentation:

gcc/ChangeLog
2015-10-26  Nick Clifton  <nickc@redhat.com>

	* doc/invoke.texi (RL78 Options): Fix spelling mistake.

Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi	(revision 229376)
+++ gcc/doc/invoke.texi	(working copy)
@@ -19118,7 +19118,7 @@
 @option{-mmul=none} option on the command line.  Thus specifying
 @option{-mcpu=g13} enables the use of the G13 hardware multiply
 peripheral and specifying @option{-mcpu=g10} disables the use of
-hardware multipications altogether.
+hardware multiplications altogether.
 
 Note, although the RL78/G14 core is the default target, specifying
 @option{-mcpu=g14} or @option{-mcpu=rl78} on the command line does




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