summaryrefslogtreecommitdiff
path: root/nuttx/drivers/syslog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-08 10:18:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-08 10:18:58 -0600
commit9a5382c33e63c2d36462f368657e87168fe5c3d8 (patch)
tree7480f45364d79730cad0eb4e74188a109da378ce /nuttx/drivers/syslog
parentfcb644c3ce3d4fc6eab79ccde3ed50f5ac4d1a7f (diff)
downloadnuttx-9a5382c33e63c2d36462f368657e87168fe5c3d8.tar.gz
nuttx-9a5382c33e63c2d36462f368657e87168fe5c3d8.tar.bz2
nuttx-9a5382c33e63c2d36462f368657e87168fe5c3d8.zip
Update everything under nuttx/drivers to use the corrected syslog interfaces
Diffstat (limited to 'nuttx/drivers/syslog')
-rw-r--r--nuttx/drivers/syslog/ramlog.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/drivers/syslog/ramlog.c b/nuttx/drivers/syslog/ramlog.c
index 0be3b454b..fde47c1c6 100644
--- a/nuttx/drivers/syslog/ramlog.c
+++ b/nuttx/drivers/syslog/ramlog.c
@@ -725,10 +725,10 @@ int ramlog_sysloginit(void)
* Description:
* This is the low-level system logging interface. The debugging/syslogging
* interfaces are syslog() and lowsyslog(). The difference is that
- * the syslog() internface writes to fd=1 (stdout) whereas lowsyslog() uses
- * a lower level interface that works from interrupt handlers. This
- * function is a a low-level interface used to implement lowsyslog()
- * when CONFIG_RAMLOG_SYSLOG=y and CONFIG_SYSLOG=y
+ * the syslog() internface writes to syslog device (usually fd=1, stdout)
+ * whereas lowsyslog() uses a lower level interface that works from
+ * interrupt handlers. This function is a a low-level interface used to
+ * implement lowsyslog() when CONFIG_RAMLOG_SYSLOG=y and CONFIG_SYSLOG=y
*
****************************************************************************/