Merge pull request #1173 from shlomif/correct-typo

Correct some typos in a comment
This commit is contained in:
Gennadiy Civil 2017-08-07 23:06:00 -04:00 committed by GitHub
commit f8d909d095

View File

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