Correct some trivial typos

This commit is contained in:
Gregory Nutt 2019-03-29 09:02:55 -06:00
parent 2dca8f38d9
commit b024b54b37
3 changed files with 2 additions and 3 deletions

View File

@ -864,4 +864,3 @@ int nxwm_main(int argc, char *argv[])
showTestMemory("nxwm_main: Final memory usage"); showTestMemory("nxwm_main: Final memory usage");
return EXIT_SUCCESS; return EXIT_SUCCESS;
} }

View File

@ -65,7 +65,7 @@ using namespace NxWM;
* CKeyboard Constructor * CKeyboard Constructor
* *
* @param server. An instance of the NX server. This will be needed for * @param server. An instance of the NX server. This will be needed for
* injecting mouse data. * injecting keyboard data.
*/ */
CKeyboard::CKeyboard(NXWidgets::CNxServer *server) CKeyboard::CKeyboard(NXWidgets::CNxServer *server)

View File

@ -89,7 +89,7 @@ using namespace NxWM;
* CTouchscreen Constructor * CTouchscreen Constructor
* *
* @param server. An instance of the NX server. This will be needed for * @param server. An instance of the NX server. This will be needed for
* injecting mouse data. * injecting touchscreen data.
* @param windowSize. The size of the physical window in pixels. This * @param windowSize. The size of the physical window in pixels. This
* is needed for touchscreen scaling. * is needed for touchscreen scaling.
*/ */