summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-17 15:08:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-17 15:08:45 +0000
commit33bf749d6ef688be1be75b172f21bd6c16a8ac35 (patch)
tree532216cd762e607b233b77c3b884e604b466750a /nuttx/include
parent375109372b3fb0cbac81f7bb4c6b8f2b372830bf (diff)
downloadpx4-nuttx-33bf749d6ef688be1be75b172f21bd6c16a8ac35.tar.gz
px4-nuttx-33bf749d6ef688be1be75b172f21bd6c16a8ac35.tar.bz2
px4-nuttx-33bf749d6ef688be1be75b172f21bd6c16a8ac35.zip
Fix errors/omissions in previous check-in
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@701 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/compiler.h b/nuttx/include/nuttx/compiler.h
index f0235ed1d..e8d14f7fd 100644
--- a/nuttx/include/nuttx/compiler.h
+++ b/nuttx/include/nuttx/compiler.h
@@ -239,7 +239,7 @@
# undef CONFIG_CPP_HAVE_VARARGS /* No variable argument macros */
# undef CONFIG_CPP_HAVE_WARNING /* Does not support #warning */
-/* Intriniscs */
+/* Intrinsics */
# define CONFIG_HAVE_FUNCTIONNAME 1 /* Has __FUNCTION__ */
# define CONFIG_HAVE_FILENAME 1 /* Has __FILE__ */