aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-01-07 12:12:40 -0800
committerGravatar Vijay Pai <vpai@google.com>2016-01-07 12:12:40 -0800
commit93beeb889531fde79e14f65e270a595bfb8dc8d4 (patch)
treee771ddb2ab177e14cb98d45eac279f63a19ae6c0
parent31c0c7949fdd0e0cc6b370e268e3d578b71c6aab (diff)
Fix one use of grpc instead of gpr
-rw-r--r--include/grpc++/support/slice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/support/slice.h b/include/grpc++/support/slice.h
index 456379cc5b..88e08bedb5 100644
--- a/include/grpc++/support/slice.h
+++ b/include/grpc++/support/slice.h
@@ -39,7 +39,7 @@
namespace grpc {
-/// A wrapper around \a grpc_slice.
+/// A wrapper around \a gpr_slice.
///
/// A slice represents a contiguous reference counted array of bytes.
/// It is cheap to take references to a slice, and it is cheap to create a