From a8eebd4832011e806e38a9101d3f17a568894797 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 7 May 2013 10:19:40 -0700 Subject: [PATCH] ovs-ofctl: Fix bad info in comment on transact_multiple_noreply(). Cut-and-paste error I guess. Signed-off-by: Ben Pfaff --- utilities/ovs-ofctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.0