summaryrefslogtreecommitdiff
path: root/gcc/config/darwin-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/darwin-driver.c')
-rw-r--r--gcc/config/darwin-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/darwin-driver.c b/gcc/config/darwin-driver.c
index bf27336ce29..1eb92010637 100644
--- a/gcc/config/darwin-driver.c
+++ b/gcc/config/darwin-driver.c
@@ -133,7 +133,7 @@ darwin_default_min_version (unsigned int *decoded_options_count,
return;
parse_failed:
- warning (0, "couldn't understand kern.osversion %q.*s",
+ warning (0, "couldn%'t understand kern.osversion %q.*s",
(int) osversion_len, osversion);
return;
}