From a54667e5d475ad7be71f2e25067c9190d785014f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 21 Aug 2013 09:58:38 -0700 Subject: [PATCH] ovs-atomic: Fix typo in comment. Signed-off-by: Ben Pfaff Acked-by: Ed Maste --- lib/ovs-atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.20.1