Skip to content
Snippets Groups Projects
Commit d9ef8469 authored by Ryan Izard's avatar Ryan Izard
Browse files

Don't use 'fancy' apostrophes, which are not ASCII

parent a8ff90bb
No related branches found
No related tags found
No related merge requests found
......@@ -1445,7 +1445,7 @@ public class OFSwitchHandshakeHandler implements IOFConnectionListener {
*
* Controller roles.
* enum ofp_controller_role {
* OFPCR_ROLE_NOCHANGE = 0, Dont change current role.
* OFPCR_ROLE_NOCHANGE = 0, Don't change current role.
* OFPCR_ROLE_EQUAL = 1, Default role, full access.
* OFPCR_ROLE_MASTER = 2, Full access, at most one master.
* OFPCR_ROLE_SLAVE = 3, Read-only access.
......@@ -1587,7 +1587,7 @@ public class OFSwitchHandshakeHandler implements IOFConnectionListener {
*
* Controller roles.
* enum ofp_controller_role {
* OFPCR_ROLE_NOCHANGE = 0, Dont change current role.
* OFPCR_ROLE_NOCHANGE = 0, Don't change current role.
* OFPCR_ROLE_EQUAL = 1, Default role, full access.
* OFPCR_ROLE_MASTER = 2, Full access, at most one master.
* OFPCR_ROLE_SLAVE = 3, Read-only access.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment