From: Ben Pfaff Date: Wed, 21 Aug 2013 16:58:38 +0000 (-0700) Subject: ovs-atomic: Fix typo in comment. X-Git-Tag: v2.0~148 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=a54667e5d475ad7be71f2e25067c9190d785014f;p=cascardo%2Fovs.git ovs-atomic: Fix typo in comment. Signed-off-by: Ben Pfaff Acked-by: Ed Maste --- diff --git a/lib/ovs-atomic.h b/lib/ovs-atomic.h index 3fc9dcb8f..3467f11f0 100644 --- a/lib/ovs-atomic.h +++ b/lib/ovs-atomic.h @@ -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. *