From: Ben Pfaff Date: Fri, 18 Apr 2008 21:49:45 +0000 (-0700) Subject: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b97611f42092178993a4354fb2c2975f7e33216;p=openvswitch Fix typo in comment. --- diff --git a/include/openflow.h b/include/openflow.h index 5c1a6e2d..d93a6229 100644 --- a/include/openflow.h +++ b/include/openflow.h @@ -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 */ };