]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config/elxsi/elxsi.h
# Fix misspellings in comments.
[gcc.git] / gcc / config / elxsi / elxsi.h
index 533b633ca65c959c97672975cbb06d2560b8a325..dbf5126c6457672518af3ce6da72eef83e04ea42 100644 (file)
@@ -69,7 +69,7 @@ extern int target_flags;
 /* Define this if most significant word of a multiword number is numbered.  */
 #define WORDS_BIG_ENDIAN 1
 
-/* Number of bits in an addressible storage unit */
+/* Number of bits in an addressable storage unit */
 #define BITS_PER_UNIT 8
 
 /* Width in bits of a "word", which is the contents of a machine register.
@@ -687,8 +687,8 @@ enum reg_class { NO_REGS, GENERAL_REGS, ALL_REGS, LIM_REG_CLASSES };
 
 /* Check a `double' value for validity for a particular machine mode.  */
 
-/* note that it is very hard to accidently create a number that fits in a
-   double but not in a float, since their ranges are almost the same */
+/* Note that it is very hard to accidentally create a number that fits in a
+   double but not in a float, since their ranges are almost the same */
 #define CHECK_FLOAT_VALUE(mode, d) \
   if ((mode) == SFmode) \
     { \
This page took 0.029735 seconds and 5 git commands to generate.