summaryrefslogtreecommitdiffstats
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-25 13:35:36 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-25 13:35:36 +0000
commitcbdb37aaabce61288814ffaea8785103ba4d0161 (patch)
tree4db514dfbab62d4ddf161d71cf1c409646cdedb7 /nuttx/include
parent1921b05e4f7dae79e7668c0e1f445d865ad19993 (diff)
Add PM support for the STM32F4Discovery -- still a work in progress
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4976 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/termios.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/termios.h b/nuttx/include/termios.h
index 4398b64490..e381814e3c 100644
--- a/nuttx/include/termios.h
+++ b/nuttx/include/termios.h
@@ -247,8 +247,8 @@ extern "C" {
/* The cfgetspeed() function is a non-POSIX function will extract the baud
* from the termios structure to which the termiosp argument points. NuttX
* does not control input/output baud independently. Both must be the same.
- * The POSIX standard interfaces, cfisetispeed() and cfisetospeed() are
- * supported by simply defining them to be cfsetspeed().
+ * The POSIX standard interfaces, cfigetispeed() and cfigetospeed() are
+ * supported by simply defining them to be cfgetspeed().
*/
EXTERN speed_t cfgetspeed(FAR const struct termios *termiosp);