aboutsummaryrefslogtreecommitdiff
path: root/flattree.c
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-05-20 10:12:09 +0200
committerDavid Gibson <david@gibson.dropbear.id.au>2019-05-21 10:01:01 +1000
commit825146d13dc0430e72c1c65b61cb1aa35e559fca (patch)
treef0f796e83e80895fef64144e8ad327e50e3fdd40 /flattree.c
parent25bb080c18d1a8a96760e26257bf8c80ec7fcab4 (diff)
downloaddtc-825146d13dc0430e72c1c65b61cb1aa35e559fca.zip
dtc-825146d13dc0430e72c1c65b61cb1aa35e559fca.tar.gz
dtc-825146d13dc0430e72c1c65b61cb1aa35e559fca.tar.bz2
Fix typos in various documentation and source files
The typos have been discovered with the "codespell" utility. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190520081209.20415-1-thuth@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'flattree.c')
-rw-r--r--flattree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flattree.c b/flattree.c
index acf04c3..f7f7076 100644
--- a/flattree.c
+++ b/flattree.c
@@ -525,7 +525,7 @@ void dt_to_asm(FILE *f, struct dt_info *dti, int version)
fprintf(f, "/* Memory reserve map from source file */\n");
/*
- * Use .long on high and low halfs of u64s to avoid .quad
+ * Use .long on high and low halves of u64s to avoid .quad
* as it appears .quad isn't available in some assemblers.
*/
for (re = dti->reservelist; re; re = re->next) {