diff options
| -rw-r--r-- | drivers/of/fdt_address.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/fdt_address.c b/drivers/of/fdt_address.c index f358d2c80754..2e4e46a58cb6 100644 --- a/drivers/of/fdt_address.c +++ b/drivers/of/fdt_address.c @@ -172,7 +172,7 @@ static u64 __init fdt_translate_address(const void *blob, int node_offset) goto bail; bus = &of_busses[0]; - /* Cound address cells & copy address locally */ + /* Count address cells & copy address locally */ bus->count_cells(blob, parent, &na, &ns); if (!OF_CHECK_COUNTS(na, ns)) { pr_err("Bad cell count for %s\n", |
