remove duplicated words

Signed-off-by: Li Peng <lip@dtdream.com>
This commit is contained in:
Li Peng
2016-04-27 16:41:27 +08:00
parent d225acc90b
commit 266a185a52
12 changed files with 12 additions and 12 deletions

View File

@@ -1120,7 +1120,7 @@ TEST(ActionTemplateTest, WorksForIntegralTemplateParams) {
EXPECT_FALSE(b); // Verifies that resetter is deleted.
}
// Tests that ACTION_TEMPLATES works for template template parameters.
// Tests that ACTION_TEMPLATES works for template parameters.
ACTION_TEMPLATE(ReturnSmartPointer,
HAS_1_TEMPLATE_PARAMS(template <typename Pointee> class,
Pointer),