]> granicus.if.org Git - libatomic_ops/commitdiff
Fix a typo in ao_t_is_int.h comment
authorIvan Maidanski <ivmai@mail.ru>
Sun, 13 Jan 2013 20:10:48 +0000 (00:10 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 2 Feb 2013 10:04:45 +0000 (11:04 +0100)
* src/atomic_ops/sysdeps/ao_t_is_int.h: Fix a typo in comment.

src/atomic_ops/sysdeps/ao_t_is_int.h

index 3e62d4fd4a66ffa1bc049903f789f209fd8f3123..5dbfca246b56aa5ac0b7f3c575603f68cd68d6a9 100644 (file)
@@ -22,7 +22,7 @@
 
 /*
  * Inclusion of this file signifies that AO_t is in fact int.  Hence
- * any AO_... operations can also server as AO_int_... operations.
+ * any AO_... operations can also serve as AO_int_... operations.
  * We currently define only the more important ones here, and allow for
  * the normal generalization process to define the others.
  * We should probably add others in the future.