From 9b97611f42092178993a4354fb2c2975f7e33216 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 18 Apr 2008 14:49:45 -0700 Subject: [PATCH] Fix typo in comment. --- include/openflow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }; -- 2.30.2