From 70ecdebc92c879af90f2d25a2b751d1cc4f3f80d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 1 Dec 2022 16:36:09 +0100 Subject: ; Fix typos (don't abbreviate "with" or "without") --- test/manual/cedet/tests/testpolymorph.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/manual/cedet/tests/testpolymorph.cpp') diff --git a/test/manual/cedet/tests/testpolymorph.cpp b/test/manual/cedet/tests/testpolymorph.cpp index ba64e39a7a5..cfe44ecc4d3 100644 --- a/test/manual/cedet/tests/testpolymorph.cpp +++ b/test/manual/cedet/tests/testpolymorph.cpp @@ -22,7 +22,7 @@ #include -// Test 1 - Functions w/ prototypes +// Test 1 - Functions with prototypes namespace proto { int pt_func1(int arg1); @@ -32,7 +32,7 @@ namespace proto { } -// Test 2 - Functions w/ different arg lists. +// Test 2 - Functions with different arg lists. namespace fcn_poly { int pm_func(void) { @@ -50,7 +50,7 @@ namespace fcn_poly { } -// Test 3 - Methods w/ different arg lists. +// Test 3 - Methods with different arg lists. class meth_poly { public: int pm_meth(void) { @@ -68,7 +68,7 @@ public: }; -// Test 4 - Templates w/ partial specifiers. +// Test 4 - Templates with partial specifiers. namespace template_partial_spec { template class test { @@ -83,7 +83,7 @@ namespace template_partial_spec { }; } -// Test 5 - Templates w/ full specialization which may or may not share +// Test 5 - Templates with full specialization which may or may not share // common functions. namespace template_full_spec { template class test -- cgit v1.2.1