summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-08 13:12:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-08 13:12:36 -0600
commit5414407367191439639dae0da0d59e99becc0b53 (patch)
tree0882684c2d42ca8f4b84f43333a9e30c8e68eb0f /nuttx/Documentation
parentd3f2aaf380b754b95604d3ff83ecfd0fea9430b2 (diff)
downloadpx4-nuttx-5414407367191439639dae0da0d59e99becc0b53.tar.gz
px4-nuttx-5414407367191439639dae0da0d59e99becc0b53.tar.bz2
px4-nuttx-5414407367191439639dae0da0d59e99becc0b53.zip
Fix some recurring typos: postion->position, *atino->*ation
Diffstat (limited to 'nuttx/Documentation')
-rwxr-xr-xnuttx/Documentation/NuttXCCodingStandard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttXCCodingStandard.html b/nuttx/Documentation/NuttXCCodingStandard.html
index 56eea5aaf..7b17b054b 100755
--- a/nuttx/Documentation/NuttXCCodingStandard.html
+++ b/nuttx/Documentation/NuttXCCodingStandard.html
@@ -1392,7 +1392,7 @@ struct xyz_info_s
<h2>2.7 <a name="enumerations">Enumerations</a></h2>
<p>
<b>Enumeration Naming</b>.
- Naming of enumeratinos follow the same naming rules as for <a href="#structures">structure</a> and <a href=#unions">union</a> naming.
+ Naming of enumerations follow the same naming rules as for <a href="#structures">structure</a> and <a href=#unions">union</a> naming.
The only difference is that the suffix <code>_e</code> is used to identify an enumeration.
</p>
<p>