of: fix spelling mistake in comment

Signed-off-by: Andrew Murray <Andrew.Murray@arm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Andrew Murray 2012-12-13 10:11:23 +00:00 коммит произвёл Jiri Kosina
Родитель 6d72e5e671
Коммит 59f5ca487c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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",