Skip to content
Snippets Groups Projects
Commit a9274b89 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix comment

parent 68180a2b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment