ovs-atomic: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Wed, 21 Aug 2013 16:58:38 +0000 (09:58 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 21 Aug 2013 16:58:38 +0000 (09:58 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ed Maste <emaste@freebsd.org>
lib/ovs-atomic.h

index 3fc9dcb..3467f11 100644 (file)
@@ -21,7 +21,7 @@
  *
  * This library implements atomic operations with an API based on the one
  * defined in C11.  It includes multiple implementations for compilers and
- * libraries with varying degrees of built-in support for C11, including an
+ * libraries with varying degrees of built-in support for C11, including a
  * fallback implementation for systems that have pthreads but no other support
  * for atomics.
  *