summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-28 14:24:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-28 14:24:48 +0000
commitb6681e826340e0aa52e5dd92f51858efdd6c80ed (patch)
tree1b7d2acf0478be6ce0ca565c200554763b6eff07 /nuttx/include
parent2b0392f6dcab1ffe6340f6bf5d80625a4147c9c6 (diff)
downloadpx4-nuttx-b6681e826340e0aa52e5dd92f51858efdd6c80ed.tar.gz
px4-nuttx-b6681e826340e0aa52e5dd92f51858efdd6c80ed.tar.bz2
px4-nuttx-b6681e826340e0aa52e5dd92f51858efdd6c80ed.zip
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1535 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 f78f5c261..71d8dbe44 100644
--- a/nuttx/include/nuttx/compiler.h
+++ b/nuttx/include/nuttx/compiler.h
@@ -288,7 +288,7 @@
* The supported model is (1) all code on ROM, and (2) all data
* and stacks in internal (far) RAM.
* Z8Acclaim: In Z80 mode, all pointers are 16-bits. In ADL mode, all pointers
- * and 24 bits.
+ * are 24 bits.
*/
# if defined(__ZNEO__)