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/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new c65a632788 libc/termios: Fix comment in cfmakeraw docstring.
c65a632788 is described below

commit c65a632788423b568bc371ba4af886be27654497
Author: Nathan Hartman <59230071+hartmannat...@users.noreply.github.com>
AuthorDate: Tue Jan 31 19:01:05 2023 -0500

    libc/termios: Fix comment in cfmakeraw docstring.
---
 libs/libc/termios/lib_cfmakeraw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/libc/termios/lib_cfmakeraw.c 
b/libs/libc/termios/lib_cfmakeraw.c
index b695f5d33a..faad880305 100644
--- a/libs/libc/termios/lib_cfmakeraw.c
+++ b/libs/libc/termios/lib_cfmakeraw.c
@@ -30,7 +30,7 @@
  ****************************************************************************/
 
 /****************************************************************************
- * Name: cfgetspeed
+ * Name: cfmakeraw
  *
  * Description:
  *   The cfmakeraw() function is a non-POSIX function that sets the terminal

Reply via email to