Fix typos in comments in i386.c
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 29 Sep 2015 19:48:39 +0000 (19:48 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 29 Sep 2015 19:48:39 +0000 (12:48 -0700)
* config/i386/i386.c (ix86_function_arg): Fix typo in comments.
(ix86_nsaved_sseregs): Likewise.

From-SVN: r228266

gcc/ChangeLog
gcc/config/i386/i386.c

index 8d55423390e58e7d2c9dd72e7c6fcf634a605979..9805eff3e0099237ed0a713482e6790f7ec8bdf3 100644 (file)
@@ -1,3 +1,8 @@
+2015-09-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.c (ix86_function_arg): Fix typo in comments.
+       (ix86_nsaved_sseregs): Likewise.
+
 2015-09-29  Jeff Law  <law@redhat.com>
 
        * config/microblaze/microblaze.c (microblaze_version_to_int): Remove
index 6f2380f28219fbf0e337128d0e599a997a7f5268..be639e075ade3b7aecf4d51458f5a57af5b65152 100644 (file)
@@ -8998,7 +8998,7 @@ ix86_function_arg (cumulative_args_t cum_v, machine_mode omode,
   HOST_WIDE_INT bytes, words;
   rtx arg;
 
-  /* All pointer bounds argumntas are handled separately here.  */
+  /* All pointer bounds arguments are handled separately here.  */
   if ((type && POINTER_BOUNDS_TYPE_P (type))
       || POINTER_BOUNDS_MODE_P (mode))
     {
@@ -11084,7 +11084,7 @@ ix86_nsaved_regs (void)
   return nregs;
 }
 
-/* Return number of saved SSE registrers.  */
+/* Return number of saved SSE registers.  */
 
 static int
 ix86_nsaved_sseregs (void)