Skip to content

Commit d9e49ca

Browse files
committed
Spelling fixes
Fix a number of spelling errors. Signed-off-by: Rob Herring <[email protected]>
1 parent 4523fa4 commit d9e49ca

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

source/device-bindings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Network Class Binding
280280
Property ``max-frame-size``
281281
=========== ==============================================================
282282
Value type ``<u32>``
283-
Descriptio Specifies maximum packet length in bytes that the physical
283+
Description Specifies maximum packet length in bytes that the physical
284284
interface can send and receive.
285285
Example ``max-frame-size = <1518>;``
286286
=========== ==============================================================

source/devicenodes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ standard properties with specific applicable detail.
347347
program should modify PIR to match the *reg*
348348
property value. If PIR cannot be modified and
349349
the PIR value is distinct from the interrupt
350-
controller numberspace, the CPUs binding may
350+
controller number space, the CPUs binding may
351351
define a binding-specific representation of
352352
PIR values if desired.
353353
``clock-frequency`` | R | array Specifies the current clock speed of the CPU
@@ -386,7 +386,7 @@ standard properties with specific applicable detail.
386386
CPUs, nor can its state be affected by the
387387
normal operation of other running CPUs, except
388388
by an explicit method for enabling or
389-
reenabling the quiescent CPU (see the
389+
re-enabling the quiescent CPU (see the
390390
enable-method property).
391391

392392
In particular, a running CPU shall be able to
@@ -417,7 +417,7 @@ standard properties with specific applicable detail.
417417
required format is: ``"[vendor],[method]"``,
418418
where vendor is a string describing the name of
419419
the manufacturer and method is a string
420-
describing the vendorspecific mechanism.
420+
describing the vendor specific mechanism.
421421

422422
Example: ``"fsl,MPC8572DS"``
423423

source/devicetree-basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ node with a specified parent unit address and interrupt specifier.
12621262

12631263
In this example, the interrupt-map-mask property has a value of ``<0xf800
12641264
0 0 7>``. This mask is applied to a child unit interrupt specifier before
1265-
performing a lookup in the interruptmap table.
1265+
performing a lookup in the *interrupt-map* table.
12661266

12671267
To perform a lookup of the open-pic interrupt source number for INTB for
12681268
IDSEL 0x12 (slot 2), function 0x3, the following steps would be

source/flattened-format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Lexical structure
246246
~~~~~~~~~~~~~~~~~
247247

248248
The structure block is composed of a sequence of pieces, each beginning
249-
with a token, that is, a bigendian 32-bit integer. Some tokens are
249+
with a token, that is, a big-endian 32-bit integer. Some tokens are
250250
followed by extra data, the format of which is determined by the token
251251
value. All tokens shall be aligned on a 32-bit boundary, which may
252252
require padding bytes (with a value of 0x0) to be inserted after the
@@ -359,7 +359,7 @@ Strings Block
359359
-------------
360360

361361
The strings block contains strings representing all the property names
362-
used in the tree. These nullterminated strings are simply concatenated
362+
used in the tree. These null terminated strings are simply concatenated
363363
together in this section, and referred to from the structure block by an
364364
offset into the strings block.
365365

0 commit comments

Comments
 (0)