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 1077fdec29..8dffd52255 100644
--- a/include/grpc/support/tls.h
+++ b/include/grpc/support/tls.h
@@ -44,7 +44,7 @@
Thread locals have type gpr_intptr.
Declaring a thread local variable 'foo':
- GPR_TLS_DECL(foo, initial_value);
+ GPR_TLS_DECL(foo);
Thread locals always have static scope.
Initializing a thread local (must be done at library initialization