ovs-ofctl: Fix bad info in comment on transact_multiple_noreply().
authorBen Pfaff <blp@nicira.com>
Tue, 7 May 2013 17:19:40 +0000 (10:19 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 7 May 2013 18:28:31 +0000 (11:28 -0700)
Cut-and-paste error I guess.

Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-ofctl.c

index 63c19bd..582552c 100644 (file)
@@ -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