X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fvconn.c;h=dc84cbb75c01135f90bca46f60c6d1202b3cc111;hb=ec9f40dce11c7e81bc41d42e3bbfaaf8287165ce;hp=71e6d05244a224511513506464f6f849de3698ee;hpb=4be5ac89bea2972007d53992be841e0e8eb3350b;p=sliver-openvswitch.git 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.