From 01ad48ed1a5782f2d97adea3ac0514f7473fc044 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 15 Jan 2019 09:49:45 -0600 Subject: [PATCH] include/nuttx/lcd: Fix some errors in comments. --- include/nuttx/lcd/lcd_ioctl.h | 2 +- include/nuttx/lcd/slcd_codec.h | 2 +- include/nuttx/lcd/slcd_ioctl.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/nuttx/lcd/lcd_ioctl.h b/include/nuttx/lcd/lcd_ioctl.h index e80fcdb4bc..6caf980e1d 100644 --- a/include/nuttx/lcd/lcd_ioctl.h +++ b/include/nuttx/lcd/lcd_ioctl.h @@ -1,5 +1,5 @@ /************************************************************************************ - * include/nuttx/input/slcd_ioctl.h + * include/nuttx/lcd/lcd_ioctl.h * IOCTL commands for segment LCDs * * Copyright (C) 2013, 2019 Gregory Nutt. All rights reserved. diff --git a/include/nuttx/lcd/slcd_codec.h b/include/nuttx/lcd/slcd_codec.h index 3c7d44b676..7772e0766a 100644 --- a/include/nuttx/lcd/slcd_codec.h +++ b/include/nuttx/lcd/slcd_codec.h @@ -1,5 +1,5 @@ /************************************************************************************ - * include/nuttx/input/slcd_codec.h + * include/nuttx/lcd/slcd_codec.h * Serialize and marshaling data and events for character-based, segment LCDs * * Copyright (C) 2013 Gregory Nutt. All rights reserved. diff --git a/include/nuttx/lcd/slcd_ioctl.h b/include/nuttx/lcd/slcd_ioctl.h index 723550e5f7..ac5f59fc66 100644 --- a/include/nuttx/lcd/slcd_ioctl.h +++ b/include/nuttx/lcd/slcd_ioctl.h @@ -1,5 +1,5 @@ /************************************************************************************ - * include/nuttx/input/slcd_ioctl.h + * include/nuttx/lcd/slcd_ioctl.h * IOCTL commands for segment LCDs * * Copyright (C) 2013 Gregory Nutt. All rights reserved.