summaryrefslogtreecommitdiff
path: root/nuttx/lib
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-17 16:55:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-17 16:55:13 +0000
commitbcf87589a010480afbe6ab9f1b81cde37c6bdbb5 (patch)
tree99bfbd591a8a3aa0175b6ea074293e7faaff1a05 /nuttx/lib
parent20958add7b2acc205e71569a3f318196baf7b7cf (diff)
downloadpx4-nuttx-bcf87589a010480afbe6ab9f1b81cde37c6bdbb5.tar.gz
px4-nuttx-bcf87589a010480afbe6ab9f1b81cde37c6bdbb5.tar.bz2
px4-nuttx-bcf87589a010480afbe6ab9f1b81cde37c6bdbb5.zip
Fix a C++ link issue: If constant strings used only in constructor, the don't get linked into the final executable
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4743 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib')
-rw-r--r--nuttx/lib/stdio/lib_syslogstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/lib/stdio/lib_syslogstream.c b/nuttx/lib/stdio/lib_syslogstream.c
index 9cfb15367..a3fa5546d 100644
--- a/nuttx/lib/stdio/lib_syslogstream.c
+++ b/nuttx/lib/stdio/lib_syslogstream.c
@@ -78,7 +78,7 @@ static void syslogstream_putc(FAR struct lib_outstream_s *this, int ch)
* Name: lib_syslogstream
*
* Description:
- * Initializes a stream for use with the coinfigured syslog interface.
+ * Initializes a stream for use with the configured syslog interface.
*
* Input parameters:
* lowoutstream - User allocated, uninitialized instance of struct