[ovs-dev] [PATCH RFC 36/52] ovsdb-idl: Fix spelling error in comment.

Ben Pfaff blp at ovn.org
Tue Sep 19 22:01:09 UTC 2017


Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 lib/ovsdb-idl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ovsdb-idl.c b/lib/ovsdb-idl.c
index 5860c305a9dd..85c74669024e 100644
--- a/lib/ovsdb-idl.c
+++ b/lib/ovsdb-idl.c
@@ -1151,7 +1151,7 @@ ovsdb_idl_condition_clone(struct ovsdb_idl_condition *dst,
  * arranges to send the new condition to the database server.
  *
  * Return the next conditional update sequence number. When this
- * value and ovsdb_idl_get_condition_seqno() matchs, the 'idl'
+ * value and ovsdb_idl_get_condition_seqno() matches, the 'idl'
  * contains rows that match the 'condition'.
  */
 unsigned int
-- 
2.10.2



More information about the dev mailing list