aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin-c.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/darwin-c.c')
-rw-r--r--gcc/config/darwin-c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/darwin-c.c b/gcc/config/darwin-c.c
index f15aafb..e8b188f 100644
--- a/gcc/config/darwin-c.c
+++ b/gcc/config/darwin-c.c
@@ -319,7 +319,7 @@ find_subframework_file (const char *fname, const char *pname)
bufptr = strstr (pname, dot_framework);
/* If the parent header is not of any framework, then this header
- can not be part of any subframework. */
+ cannot be part of any subframework. */
if (!bufptr)
return 0;