summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/touchscreen/tc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/touchscreen/tc_main.c b/apps/examples/touchscreen/tc_main.c
index 2d8fca033..6db6af992 100644
--- a/apps/examples/touchscreen/tc_main.c
+++ b/apps/examples/touchscreen/tc_main.c
@@ -131,7 +131,7 @@ int MAIN_NAME(int argc, char *argv[])
goto errout;
}
- /* Open the framebuffer device for reading */
+ /* Open the touchscreen device for reading */
fd = open(CONFIG_EXAMPLES_TOUCHSCREEN_DEVPATH, O_RDONLY);
if (fd < 0)