Fix typo in comment.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 18 Apr 2008 21:49:45 +0000 (14:49 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 28 Apr 2008 20:52:27 +0000 (13:52 -0700)
include/openflow.h

index 5c1a6e2..d93a622 100644 (file)
@@ -382,7 +382,7 @@ struct ofp_flow_stats_request {
     struct ofp_header header;
     struct ofp_match match;   /* Fields to match */
     uint8_t table_id;         /* ID of table to read (from ofp_table_stats)
-                                 or 0xffff for all tables. */
+                                 or 0xff for all tables. */
     uint8_t type;             /* One of OFPFS_ */
     uint16_t pad;               /* Align to 32-bits */
 };