You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/09/06 16:31:37 UTC

[incubator-nuttx] branch master updated: modify comments

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 0368cbd  modify comments
0368cbd is described below

commit 0368cbdf7ce8b7189b0c8f01aa58222d4b83afcd
Author: liushuai25 <li...@xiaomi.com>
AuthorDate: Mon Sep 6 21:51:55 2021 +0800

    modify comments
    
    Signed-off-by: liushuai25 <li...@xiaomi.com>
---
 include/nuttx/video/fb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/nuttx/video/fb.h b/include/nuttx/video/fb.h
index b37940b..5064db4 100644
--- a/include/nuttx/video/fb.h
+++ b/include/nuttx/video/fb.h
@@ -429,7 +429,7 @@ struct fb_cursorsize_s
 };
 #endif
 
-/* The following are used to get/get the cursor attributes via IOCTL
+/* The following are used to get/set the cursor attributes via IOCTL
  * command.
  */