Signed-off-by: Dmitry Mityugov <[email protected]>
---
 lib/smap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/smap.c b/lib/smap.c
index 122adca27..248a8ee1e 100644
--- a/lib/smap.c
+++ b/lib/smap.c
@@ -289,7 +289,7 @@ smap_get_uuid(const struct smap *smap, const char *key, 
struct uuid *uuid)
     return uuid_from_string(uuid, smap_get_def(smap, key, ""));
 }
 
-/* Returns true of there are no elements in 'smap'. */
+/* Returns true if there are no elements in 'smap'. */
 bool
 smap_is_empty(const struct smap *smap)
 {
-- 
2.55.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to