aboutsummaryrefslogtreecommitdiff
path: root/gcc/spellcheck-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/spellcheck-tree.c')
-rw-r--r--gcc/spellcheck-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/spellcheck-tree.c b/gcc/spellcheck-tree.c
index 56740b9..b819980 100644
--- a/gcc/spellcheck-tree.c
+++ b/gcc/spellcheck-tree.c
@@ -123,7 +123,7 @@ test_find_closest_identifier ()
ASSERT_EQ (apple, find_closest_identifier (get_identifier ("app"),
&candidates));
ASSERT_EQ (banana, find_closest_identifier (get_identifier ("banyan"),
- &candidates));;
+ &candidates));
ASSERT_EQ (cherry, find_closest_identifier (get_identifier ("berry"),
&candidates));
ASSERT_EQ (NULL,