From: Ben Pfaff Date: Tue, 7 May 2013 17:19:40 +0000 (-0700) Subject: ovs-ofctl: Fix bad info in comment on transact_multiple_noreply(). X-Git-Tag: sliver-openvswitch-1.10.90-3~16^2~25 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a8eebd4832011e806e38a9101d3f17a568894797;p=sliver-openvswitch.git ovs-ofctl: Fix bad info in comment on transact_multiple_noreply(). Cut-and-paste error I guess. Signed-off-by: Ben Pfaff --- diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index 63c19bdd5..582552c66 100644 --- a/utilities/ovs-ofctl.c +++ b/utilities/ovs-ofctl.c @@ -516,9 +516,9 @@ dump_trivial_stats_transaction(const char *vconn_name, enum ofpraw raw) vconn_close(vconn); } -/* Sends 'request', which should be a request that only has a reply if an error - * occurs, and waits for it to succeed or fail. If an error does occur, prints - * it and exits with an error. +/* Sends all of the 'requests', which should be requests that only have replies + * if an error occurs, and waits for them to succeed or fail. If an error does + * occur, prints it and exits with an error. * * Destroys all of the 'requests'. */ static void