ofproto: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Thu, 12 May 2011 19:08:48 +0000 (12:08 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 12 May 2011 19:08:48 +0000 (12:08 -0700)
Reported-by: Ethan Jackson <ethan@nicira.com>
ofproto/private.h

index 35a6d1c599dd0f6195ffddf90fbebf20b32620fe..16d30d50205b3c86b59619022299ec4df2ee6e98 100644 (file)
@@ -242,7 +242,7 @@ struct ofproto_class {
      * after construction is complete.
      *
      * ->construct() should initialize the base 'n_tables' member to the number
-     * of flow tables supported by the datapath (between 1 and 254, inclusive),
+     * of flow tables supported by the datapath (between 1 and 255, inclusive),
      * initialize the base 'tables' member with space for one classifier per
      * table, and initialize each classifier with classifier_init.  Each flow
      * table should be initially empty, so ->construct() should delete flows