aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/support/atm.h
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nnoble@google.com>2015-02-23 15:28:04 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2015-02-23 15:38:52 -0800
commit65b0759653bf36e6ed71e61f57796b85ab6f5ac9 (patch)
treefdf9241644f6686f6836219fa59c731574471b54 /include/grpc/support/atm.h
parent74ae8f61d9cbc51d532b6ad98185094c1912a624 (diff)
Addressing a first batch of feedback.
Diffstat (limited to 'include/grpc/support/atm.h')
-rw-r--r--include/grpc/support/atm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc/support/atm.h b/include/grpc/support/atm.h
index 0cac9bf586..f1e30d31e8 100644
--- a/include/grpc/support/atm.h
+++ b/include/grpc/support/atm.h
@@ -51,12 +51,12 @@
The routines may be implemented as macros.
- // Atomic operations acton an intergral_type gpr_atm that is guaranteed to
+ // Atomic operations act on an intergral_type gpr_atm that is guaranteed to
// be the same size as a pointer.
typedef gpr_intptr gpr_atm;
// A memory barrier, providing both acquire and release semantics, but not
- // otherwise acting no memory.
+ // otherwise acting on memory.
void gpr_atm_full_barrier(void);
// Atomically return *p, with acquire semantics.