File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ \section{Definition of Terms}
403403\item [{AMP\index {AMP|textbf}}] \leavevmode\phantomsection \label {introduction:term-amp }
404404Asymmetric Multiprocessing. Computer available CPUs are partitioned into
405405groups, each running a distinct operating system image. The CPUs
406- may or not may not identical.
406+ may or not may not be identical.
407407
408408\item [{boot CPU\index {boot CPU|textbf}}] \leavevmode\phantomsection \label {introduction:term-boot-cpu }
409409The first CPU which a boot program directs to a client program’s
@@ -914,7 +914,7 @@ \subsubsection{Property Values}
914914\code {\textless {}empty\textgreater {}}
915915 &
916916Value is empty. Used for conveying true-false information, when
917- the presence of absence of the property itself is sufficiently
917+ the presence or absence of the property itself is sufficiently
918918descriptive.
919919\\
920920\hline
Original file line number Diff line number Diff line change @@ -160,15 +160,15 @@ identified by a forward slash (/).
160160 "cpus":e -> "cpu@1":w
161161 "/":e -> "memory@0":w
162162 "/":e -> "uart@fe001000":w
163- "/":e -> "ethernet@fe001000":w
164163 "/":e -> "ethernet@fe002000":w
164+ "/":e -> "ethernet@fe003000":w
165165
166166In :numref: `example-nodenames `:
167167
168168* The nodes with the name cpu are distinguished by their unit-address
169169 values of 0 and 1.
170170* The nodes with the name Ethernet are distinguished by their
171- unit-address values of FE001000 and FE002000 .
171+ unit-address values of FE002000 and FE003000 .
172172
173173Generic Names Recommendation
174174~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments