Fix a few minor typos

This commit is contained in:
Nathan Hartman
2019-09-08 15:59:14 -06:00
committed by Gregory Nutt
parent f9327b6b06
commit 91ef2ec394
9 changed files with 22 additions and 22 deletions
+3 -3
View File
@@ -680,11 +680,11 @@ int up_fbinitialize(int display)
* nor can it call upward into NX. So, some other logic.
*
* vnc_fbinitialize() provides an optional, alternative initialization
* function. It is optional becuase it need not be called. If it is not
* function. It is optional because it need not be called. If it is not
* called, however, keyboard/mouse inputs from the remote VNC client will
* be lost. By calling vnc_fbinitialize(), you can provide callout
* functions that can be received by logic higher in the architure. This
* higher level level callouts can then call nx_kbdin() or nx_mousein() on
* functions that can be received by logic higher in the architecture.
* These higher level callouts can then call nx_kbdin() or nx_mousein() on
* behalf of the VNC server.
*
* Input Parameters: