Browse code

Fix a typo in comment for _get_ofp_version

OpenFlow11 -> OpenFlow10

Change-Id: I2a501ccd32f5f7a39fd4bc746f00ca3f67bd98c1

fumihiko kakuma authored on 2016/04/05 10:33:50
Showing 1 changed files
... ...
@@ -83,7 +83,7 @@ def _header(name):
83 83
 #     Compiled Dec  9 2015 14:08:08
84 84
 #     OpenFlow versions 0x1:0x4
85 85
 #
86
-# The above shows that openvswitch supports from OpenFlow11 to OpenFlow13.
86
+# The above shows that openvswitch supports from OpenFlow10 to OpenFlow13.
87 87
 # This method gets max version searching 'OpenFlow versions 0x1:0x'.
88 88
 # And return a version value converted to an integer type.
89 89
 def _get_ofp_version():