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

Merge pull request #649 from rizard/master

Don't use 'fancy' apostrophes, which are not ASCII
parents a8ff90bb d9ef8469
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