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 606493a..df1fedd 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)