mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
Fix some typos
Discovered with the "codespell" utility. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250313191607.1556384-1-thuth@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
da85f91931
commit
205fbef17b
11 changed files with 14 additions and 14 deletions
|
@ -503,7 +503,7 @@ void dt_to_asm(FILE *f, struct dt_info *dti, int version)
|
|||
* Reserve map entries.
|
||||
* Align the reserve map to a doubleword boundary.
|
||||
* Each entry is an (address, size) pair of u64 values.
|
||||
* Always supply a zero-sized temination entry.
|
||||
* Always supply a zero-sized termination entry.
|
||||
*/
|
||||
asm_emit_align(f, 8);
|
||||
emit_label(f, symprefix, "reserve_map");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue