diff --git a/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/func.c b/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/func.c index e82d45792fe..90b70930a92 100644 --- a/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/func.c +++ b/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/func.c @@ -48,7 +48,7 @@ void bar06(){ foo06(); // ref06 } /* ---------- Test 7 ---------- - * static function foo07 defintined in second.c + * static function foo07 defined in second.c */ void foo07(); // decl07 void bar07(){ @@ -56,7 +56,7 @@ void bar07(){ } /* ---------- Test 8 ---------- - * static function foo08 defintined in second.c + * static function foo08 defined in second.c */ static void bar08(){ foo08(); // ref08 diff --git a/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/second.c b/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/second.c index 7c905e237dd..e955e40b587 100644 --- a/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/second.c +++ b/core/org.eclipse.cdt.core.tests/resources/pdomtests/defDeclTests/second.c @@ -10,7 +10,7 @@ static void foo07() { // def07 } /* ---------- Test 8 ---------- - * static function foo08 defintined in second.c + * static function foo08 defined in second.c */ static void foo08() { // defS08 }