aboutsummaryrefslogtreecommitdiff
path: root/gcc/selftest.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/selftest.c')
-rw-r--r--gcc/selftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/selftest.c b/gcc/selftest.c
index 69d134e..f9368fa 100644
--- a/gcc/selftest.c
+++ b/gcc/selftest.c
@@ -95,7 +95,7 @@ assert_streq (const location &loc,
}
/* Implementation detail of ASSERT_STR_CONTAINS.
- Use strstr to determine if val_needle is is within val_haystack.
+ Use strstr to determine if val_needle is within val_haystack.
::selftest::pass if it is found.
::selftest::fail if it is not found. */