Update some comments

This commit is contained in:
Gregory Nutt
2017-11-04 14:33:20 -06:00
parent 205fe8053f
commit 0942b5441d
2 changed files with 21 additions and 10 deletions
+1 -1
View File
@@ -405,7 +405,7 @@ static int fb_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
#endif
#ifdef CONFIG_LCD_UPDATE
case FBIO_UPDATE: /* Get video plane info */
case FBIO_UPDATE: /* Update the LCD with the modified framebuffer data */
{
FAR struct nxgl_rect_s *rect =
(FAR struct nxgl_rect_s *)((uintptr_t)arg);