diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-04-27 07:54:37 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-04-27 07:54:37 -0700 |
commit | d5e2e296bf9e897589f2bbf55f580c4ba0f9af8d (patch) | |
tree | 14d463615085c66616acafa1499a513d89d32773 | |
parent | 74ace9e4c7fa2c0ffcdcbf39092736c812fe4db8 (diff) |
Fix comment
-rw-r--r-- | include/grpc/support/tls.h | 2 |
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 |