]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/xcoffout.c
*** empty log message ***
[gcc.git] / gcc / xcoffout.c
index 1b42612270ad773a8ebbc6e0aa66a4f94d685983..bdee41c9ec8ea2cd46b182f7dd2eb24b5e142352 100644 (file)
@@ -433,7 +433,7 @@ xcoffout_end_epilogue (file)
   /* We need to pass the correct function size to .function, otherwise,
      the xas assembler can't figure out the correct size for the function
      aux entry.  So, we emit a label after the last instruction which can
-     be used by the .function psuedo op to calculate the function size.  */
+     be used by the .function pseudo op to calculate the function size.  */
 
   char *fname = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0);
   if (*fname == '*')
This page took 0.026865 seconds and 5 git commands to generate.