OSDN Git Service

* config/frv/frv-protos.h: Fix comment formatting.
[pf3gnuchains/gcc-fork.git] / gcc / config / frv / frv.h
index efb655a..9f85d57 100644 (file)
@@ -538,7 +538,7 @@ extern int target_flags;
 /* Define this macro if debugging can be performed even without a frame
    pointer.  If this macro is defined, GCC will turn on the
    `-fomit-frame-pointer' option whenever `-O' is specified.  */
-/* Frv needs a specific frame layout that includes the frame pointer */
+/* Frv needs a specific frame layout that includes the frame pointer */
 
 #define CAN_DEBUG_WITHOUT_FP
 
@@ -2423,7 +2423,7 @@ __asm__("\n"                                                              \
         #define REVERSIBLE_CC_MODE(MODE)  ((MODE) != CCFPEmode)  */
 
 /* On frv, don't consider floating point comparisons to be reversible.  In
-   theory, fp equality comparisons can be reversible */
+   theory, fp equality comparisons can be reversible */
 #define REVERSIBLE_CC_MODE(MODE) ((MODE) == CCmode || (MODE) == CC_UNSmode)
 
 /* Frv CCR_MODE's are not reversible.  */