commit | fb88f2c4a53797f238fb07e1f6b0b43fb1324d83 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Sep 18 15:23:49 2018 +0100 |
committer | Andrew Walbran <qwandor@google.com> | Tue Sep 18 15:36:48 2018 +0100 |
tree | 0b4b59d517acabfb2b1b258a0fd4087842e2730f | |
parent | 78d6fd9e36005f6c8ece96af0de93aa161ee3457 [diff] [blame] |
Fix comments. Change-Id: Ife256a2523b6513bfb5e051a099583db2060b3ba
diff --git a/src/fdt_handler.c b/src/fdt_handler.c index aaf193e..4a93e66 100644 --- a/src/fdt_handler.c +++ b/src/fdt_handler.c
@@ -79,7 +79,7 @@ } /** - * Finds the memory region where initrd is stored, and udpates the fdt node + * Finds the memory region where initrd is stored, and updates the fdt node * cursor to the node called "chosen". */ static bool find_initrd(struct fdt_node *n, struct boot_params *p)