From 275a9281b1c782912b7bb02ff033d0713171f8b8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 6 Dec 2016 15:32:14 -0600 Subject: [PATCH] Update comment --- libnxwidgets/include/nxconfig.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnxwidgets/include/nxconfig.hxx b/libnxwidgets/include/nxconfig.hxx index 8548052ec..f7452f873 100644 --- a/libnxwidgets/include/nxconfig.hxx +++ b/libnxwidgets/include/nxconfig.hxx @@ -64,7 +64,7 @@ * NX Server/Device Configuration * * CONFIG_NXWIDGETS_DEVNO - LCD device number (in case there are more than - * one LCDs connected. Default: 0 + * one LCDs connected (single user mode only). Default: 0 * CONFIG_NXWIDGETS_VPLANE - Only a single video plane is supported. Default: 0 * CONFIG_NXSTART_SERVERPRIO - Priority of the NX server. This applies * only if NX is configured in multi-user mode (CONFIG_NX_MULTIUSER=y).