summaryrefslogtreecommitdiff
path: root/upb/atomic.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-08-31 20:03:59 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-08-31 20:03:59 -0700
commit4a8b9be46c9485a35383b52d400ba086d3f40ace (patch)
treec04b977e5db364a1c4dc53bca78ab2b1f860c5c7 /upb/atomic.h
parentd1d126acf453608fd797ceaec73d73fa25517166 (diff)
Header cleanup, clarify/correct comments for interfaces.
Diffstat (limited to 'upb/atomic.h')
-rw-r--r--upb/atomic.h2
1 files changed, 1 insertions, 1 deletions
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:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback