Skip to content

Commit 51f8f89

Browse files
authored
Fix: typos in doc
Signed-off-by: RoboSchmied <github@roboschmie.de>
1 parent a75f017 commit 51f8f89

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMSIS/DoxyGen/SVD/src/svd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ Data Check Errors
526526
<tr><td>M323</td> <td>WARNING</td><td>\em 'LEVEL' \<\em 'ITEM'> \em 'NAME' contains text \em 'TEXT'</td><td></td></tr>
527527
<tr><td>M324</td> <td>ERROR</td><td>Field \em 'NAME' \em 'BITRANGE' does not fit into Register \em 'NAME2':\em 'NUM' \em 'LINE'</td><td></td></tr>
528528
<tr><td>M325</td> <td>ERROR</td><td>CPU Revision is not set"</td><td></td></tr>
529-
<tr><td>M326</td> <td>ERROR</td><td>Endianess is not set, using default (little)</td><td></td></tr>
529+
<tr><td>M326</td> <td>ERROR</td><td>Endianness is not set, using default (little)</td><td></td></tr>
530530
<tr><td>M327</td> <td>ERROR</td><td>NVIC Prio Bits not set or wrong value, must be 2..8. Using default (4)</td><td></td></tr>
531531
<tr><td>M328</td> <td>WARNING</td><td>\em 'LEVEL' \em 'NAME' has no Registers, ignoring \em 'LEVEL'.</td><td></td></tr>
532532
<tr><td>M329</td> <td>ERROR</td><td>CPU Type is not set, using default (Cortex-M3)</td><td></td></tr>

CMSIS/DoxyGen/Zone/src/XML_Format.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ The information in this element is identical with CMSIS-Pack, except that it pro
445445
</tr>
446446
<tr>
447447
<td>Dendian</td>
448-
<td>Specifies the endianess of the processor.</td>
448+
<td>Specifies the endianness of the processor.</td>
449449
<td>DendianEnum</td>
450450
<td>required</td>
451451
</tr>

CMSIS/Utilities/CMSIS-SVD.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<xs:pattern value="r[0-9]*p[0-9]*"/>
129129
</xs:restriction>
130130
</xs:simpleType>
131-
<!-- EndianType pre-defines the tokens for specifying the endianess of the device -->
131+
<!-- EndianType pre-defines the tokens for specifying the endianness of the device -->
132132
<xs:simpleType name="endianType">
133133
<xs:restriction base="xs:token">
134134
<xs:enumeration value="little"/>
@@ -345,7 +345,7 @@
345345
<xs:element name="name" type="cpuNameType"/>
346346
<!-- V1.1: ARM defined revision of the cpu -->
347347
<xs:element name="revision" type="revisionType"/>
348-
<!-- V1.1: Endian specifies the endianess of the processor/device -->
348+
<!-- V1.1: Endian specifies the endianness of the processor/device -->
349349
<xs:element name="endian" type="endianType"/>
350350
<!-- V1.1: mpuPresent specifies whether or not a memory protection unit is physically present -->
351351
<xs:element name="mpuPresent" type="xs:boolean" minOccurs="0"/>

0 commit comments

Comments
 (0)