diff --git a/src/core/test/callback-test-suite.cc b/src/core/test/callback-test-suite.cc index 5a32ae40b..3666d389d 100644 --- a/src/core/test/callback-test-suite.cc +++ b/src/core/test/callback-test-suite.cc @@ -174,7 +174,7 @@ BasicCallbackTestCase::DoRun() // // Make sure we can declare and compile a Callback pointing to a member - // function that returns void, takes two parameters, and execute it. + // function that returns int, takes two parameters, and execute it. // Callback target4 = Callback(&BasicCallbackTestCase::Target4, this);