mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Trivial update to some comments
This commit is contained in:
@@ -69,7 +69,7 @@ static const char g_vncproto[] = RFB_PROTOCOL_VERSION_3p8;
|
||||
* Name: vnc_negotiate
|
||||
*
|
||||
* Description:
|
||||
* Perform the VNC initialize sequency after a client has sucessfully
|
||||
* Perform the VNC initialization sequence after the client has sucessfully
|
||||
* connected to the server. Negotiate security, framebuffer and color
|
||||
* properties.
|
||||
*
|
||||
|
||||
@@ -120,6 +120,11 @@ int vnc_server(int argc, FAR char *argv[])
|
||||
{
|
||||
gvdbg("New VNC connection\n");
|
||||
|
||||
/* Perform the VNC initialization sequence after the client has
|
||||
* sucessfully connected to the server. Negotiate security,
|
||||
* framebuffer and color properties.
|
||||
*/
|
||||
|
||||
ret = vnc_negotiate(session);
|
||||
if (ret < 0)
|
||||
{
|
||||
|
||||
@@ -254,7 +254,7 @@ void vnc_release_session(FAR struct vnc_session_s *session);
|
||||
* Name: vnc_negotiate
|
||||
*
|
||||
* Description:
|
||||
* Perform the VNC initialize sequency after a client has sucessfully
|
||||
* Perform the VNC initialization sequence after the client has sucessfully
|
||||
* connected to the server. Negotiate security, framebuffer and color
|
||||
* properties.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user