summaryrefslogtreecommitdiff
path: root/lib/vconn.c
diff options
context:
space:
mode:
authorAndy Hill <hillad@gmail.com>2013-06-04 17:35:36 -0500
committerBen Pfaff <blp@nicira.com>2013-06-04 21:53:33 -0700
commitec9f40dce11c7e81bc41d42e3bbfaaf8287165ce (patch)
tree3a82f3d653ed64601e6781fd05022fe2cea6d903 /lib/vconn.c
parent4be5ac89bea2972007d53992be841e0e8eb3350b (diff)
downloadopenvswitch-ec9f40dce11c7e81bc41d42e3bbfaaf8287165ce.tar.gz
Fix misspellings in comments and docs.
Flagged with: https://github.com/lyda/misspell-check Run with: git ls-files | misspellings -f - Signed-off-by: Andy Hill <hillad@gmail.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/vconn.c')
-rw-r--r--lib/vconn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vconn.c b/lib/vconn.c
index 71e6d0524..dc84cbb75 100644
--- a/lib/vconn.c
+++ b/lib/vconn.c
@@ -754,7 +754,7 @@ vconn_recv_block(struct vconn *vconn, struct ofpbuf **msgp)
return retval;
}
-/* Waits until a message with a transaction ID matching 'xid' is recived on
+/* Waits until a message with a transaction ID matching 'xid' is received on
* 'vconn'. Returns 0 if successful, in which case the reply is stored in
* '*replyp' for the caller to examine and free. Otherwise returns a positive
* errno value, or EOF, and sets '*replyp' to null.