Commit e9a3734a authored by Mike Gabriel's avatar Mike Gabriel

hw/nxagent/Display.c: Fix comment where the meaning of the "bypass"…

hw/nxagent/Display.c: Fix comment where the meaning of the "bypass" reconnectchecks parameter value is explained.
parent bff33057
......@@ -2186,9 +2186,8 @@ static int nxagentCheckForDefaultDepthCompatibility()
* recommended, because it allows clients with a
* higher default depth value to still connect, but
* not lose functionality.
* - Bypass or higher means that all of these checks are
* essentially deactivated. This is probably a very
* bad idea.
* - Bypass means that all of these checks are essentially
* deactivated. This is probably a very bad idea.
*/
int dDepth;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment