From: Ben Pfaff <blp@nicira.com> Date: Wed, 21 Aug 2013 16:58:38 +0000 (-0700) Subject: ovs-atomic: Fix typo in comment. X-Git-Tag: sliver-openvswitch-2.0.90-1~20^2~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a54667e5d475ad7be71f2e25067c9190d785014f;p=sliver-openvswitch.git ovs-atomic: Fix typo in comment. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Ed Maste <emaste@freebsd.org> --- 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. *