aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/support/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/support/tls.h')
-rw-r--r--include/grpc/support/tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/support/tls.h b/include/grpc/support/tls.h
index a45e1f0a4d..5365449f0d 100644
--- a/include/grpc/support/tls.h
+++ b/include/grpc/support/tls.h
@@ -58,7 +58,7 @@
gpr_tls_set(&foo, new_value);
Accessing a thread local:
- current_value = gpr_tls_get(&foo, value);
+ current_value = gpr_tls_get(&foo);
ALL functions here may be implemented as macros. */