diff options
author | 2019-05-20 10:12:09 +0200 | |
---|---|---|
committer | 2019-05-21 10:01:01 +1000 | |
commit | 825146d13dc0430e72c1c65b61cb1aa35e559fca (patch) | |
tree | f0f796e83e80895fef64144e8ad327e50e3fdd40 /livetree.c | |
parent | 25bb080c18d1a8a96760e26257bf8c80ec7fcab4 (diff) |
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 'livetree.c')
-rw-r--r-- | livetree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -970,7 +970,7 @@ static void add_local_fixup_entry(struct dt_info *dti, char **compp; int i, depth; - /* walk back retreiving depth */ + /* walk back retrieving depth */ depth = 0; for (wn = node; wn; wn = wn->parent) depth++; |