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

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

commit 5a38c8bfe3cbf906010a906b4aff9f104789a63f
Author: dongjiuzhu1 <[email protected]>
AuthorDate: Sun Oct 13 23:48:03 2024 +0800

    fs/readlink: fix minor issue
    
    Signed-off-by: dongjiuzhu1 <[email protected]>
---
 fs/vfs/fs_readlink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/vfs/fs_readlink.c b/fs/vfs/fs_readlink.c
index 4acc63c854..569502e50d 100644
--- a/fs/vfs/fs_readlink.c
+++ b/fs/vfs/fs_readlink.c
@@ -41,7 +41,7 @@
  ****************************************************************************/
 
 /****************************************************************************
- * Name: mkdir
+ * Name: readlink
  *
  * Description:
  *   The readlink() function will place the contents of the symbolic link

Reply via email to