From: Andrew Murray Date: Thu, 13 Dec 2012 10:11:23 +0000 (+0000) Subject: of: fix spelling mistake in comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=59f5ca487c43fe65113af992f2f3bde125e35141;p=linux-beck.git of: fix spelling mistake in comment Signed-off-by: Andrew Murray Signed-off-by: Jiri Kosina --- diff --git a/drivers/of/address.c b/drivers/of/address.c index 0125524c08c4..04da786c84d2 100644 --- a/drivers/of/address.c +++ b/drivers/of/address.c @@ -429,7 +429,7 @@ static u64 __of_translate_address(struct device_node *dev, goto bail; bus = of_match_bus(parent); - /* Cound address cells & copy address locally */ + /* Count address cells & copy address locally */ bus->count_cells(dev, &na, &ns); if (!OF_CHECK_COUNTS(na, ns)) { printk(KERN_ERR "prom_parse: Bad cell count for %s\n",