diff mbox

[SH,committed] Fix typo in include

Message ID 1384886216.2438.48.camel@yam-132-YW-E178-FTW
State New
Headers show

Commit Message

Oleg Endo Nov. 19, 2013, 6:36 p.m. UTC
Hello,

The attached patch fixes a typo in gcc/config/sh-c.c which was
introduced recently by some refactoring work.  Committed as obvious as
rev 205052.

Cheers,
Oleg

gcc/ChangeLog:
	* config/sh/sh-c.c: Fix typo in include of file attribs.h.
diff mbox

Patch

Index: gcc/config/sh/sh-c.c
===================================================================
--- gcc/config/sh/sh-c.c	(revision 205051)
+++ gcc/config/sh/sh-c.c	(working copy)
@@ -24,7 +24,7 @@ 
 #include "tm.h"
 #include "tree.h"
 #include "stringpool.h"
-#include "attribs.h.h"
+#include "attribs.h"
 #include "tm_p.h"
 #include "cpplib.h"
 #include "c-family/c-common.h"