From: Ben Pfaff Date: Thu, 12 May 2011 19:08:48 +0000 (-0700) Subject: ofproto: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93946b3ed75d2d5b55a43c9b5c5df2ca7f0956be;p=openvswitch ofproto: Fix typo in comment. Reported-by: Ethan Jackson --- diff --git a/ofproto/private.h b/ofproto/private.h index 35a6d1c5..16d30d50 100644 --- a/ofproto/private.h +++ b/ofproto/private.h @@ -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