diff mbox

fix backslashes on comment

Message ID 1B9378E9-836E-449C-8A2E-BD93D7061D50@comcast.net
State New
Headers show

Commit Message

Mike Stump Feb. 12, 2011, 5:11 p.m. UTC
2011-02-12  Mike Stump  <mikestump@comcast.net>

	* config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Canonicalize
	comments in backslash regions.
diff mbox

Patch

Index: config/frv/frv.h
===================================================================
--- config/frv/frv.h	(revision 170072)
+++ config/frv/frv.h	(working copy)
@@ -1595,9 +1595,9 @@ 
       exit (-1);							\
     }									\
 									\
-  /* Create a function descriptor with the address of the code below
-     and NULL as the FDPIC value.  We don't need the real GOT value
-     here, since we don't use it, so we use NULL, that is just as
+  /* Create a function descriptor with the address of the code below	\
+     and NULL as the FDPIC value.  We don't need the real GOT value	\
+     here, since we don't use it, so we use NULL, that is just as	\
      good.  */								\
   desc[0] = to;								\
   desc[1] = NULL;							\