aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/service.h')
-rw-r--r--src/google/protobuf/service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/service.h b/src/google/protobuf/service.h
index f3e78e7b..22edf694 100644
--- a/src/google/protobuf/service.h
+++ b/src/google/protobuf/service.h
@@ -103,7 +103,7 @@ class Message; // message.h
// themselves are abstract interfaces (implemented either by servers or as
// stubs), but they subclass this base interface. The methods of this
// interface can be used to call the methods of the Service without knowing
-// its exact type at compile time (analogous to Message::Reflection).
+// its exact type at compile time (analogous to Reflection).
class LIBPROTOBUF_EXPORT Service {
public:
inline Service() {}