Fix typo in last change.
authorJeff Law <law@gcc.gnu.org>
Tue, 5 Mar 1996 16:30:04 +0000 (09:30 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 5 Mar 1996 16:30:04 +0000 (09:30 -0700)
From-SVN: r11457

gcc/config/pa/pa.h

index 606493a4bccbc27b1572b982a4d286783ac019d6..df1fedd3f1d85f35a42e227fee9118fe2c2ab5af 100644 (file)
@@ -562,7 +562,7 @@ do {                                                                \
 
 /* Value should be nonzero if functions must have frame pointers.
    All functions have frame pointers when optimizing for space
-   (for now).
+   (for now).  */
 #define FRAME_POINTER_REQUIRED \
   (current_function_calls_alloca || TARGET_SPACE)