summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttXCCodingStandard.html
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Documentation/NuttXCCodingStandard.html')
-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 4cb4a9517..56eea5aaf 100755
--- a/nuttx/Documentation/NuttXCCodingStandard.html
+++ b/nuttx/Documentation/NuttXCCodingStandard.html
@@ -1665,7 +1665,7 @@ ptr = (FAR struct somestruct_s *)value;
<li>
<b><code> * Input Parameters:</code></b> followed by a description of the of each input parameter beginning on the second line.
Each input parameter begins on a separator line indented by two additional spaces.
- The description needs to include (1) the name of the input paramters, and (2) a short description of the input parameter.
+ The description needs to include (1) the name of the input parameters, and (2) a short description of the input parameter.
</li>
<li>
<b><code> * Returned Value:</code></b> followed by a description of the of returned value(s) beginning on the second line.