From 4a8b9be46c9485a35383b52d400ba086d3f40ace Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Wed, 31 Aug 2011 20:03:59 -0700 Subject: Header cleanup, clarify/correct comments for interfaces. --- upb/atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb/atomic.h') diff --git a/upb/atomic.h b/upb/atomic.h index 87a0141..e82ad8f 100644 --- a/upb/atomic.h +++ b/upb/atomic.h @@ -7,7 +7,7 @@ * Only a very small part of upb is thread-safe. Notably, individual * messages, arrays, and strings are *not* thread safe for mutating. * However, we do make message *metadata* such as upb_msgdef and - * upb_context thread-safe, and their ownership is tracked via atomic + * upb_symtab thread-safe, and their ownership is tracked via atomic * refcounting. This header implements the small number of atomic * primitives required to support this. The primitives we implement * are: -- cgit v1.2.3