diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:23:36 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:23:36 -0500 |
commit | 081985ac14281d81780bc14562b89434407ca403 (patch) | |
tree | fb73dccaffb5e128b4ccfa20f282968a4b2ef1aa | |
parent | 8e87d7820a6362b6304924befb22d1ee79b754f3 (diff) |
drivers/nubus/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
-rw-r--r-- | drivers/nubus/nubus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nubus/nubus.c b/drivers/nubus/nubus.c index e503c9c98032..f4076aeb2098 100644 --- a/drivers/nubus/nubus.c +++ b/drivers/nubus/nubus.c | |||
@@ -352,7 +352,7 @@ nubus_find_rsrc(struct nubus_dir* dir, unsigned char rsrc_type, | |||
352 | resource blocks. */ | 352 | resource blocks. */ |
353 | 353 | ||
354 | /* FIXME: A lot of this stuff will eventually be useful after | 354 | /* FIXME: A lot of this stuff will eventually be useful after |
355 | initializaton, for intelligently probing Ethernet and video chips, | 355 | initialization, for intelligently probing Ethernet and video chips, |
356 | among other things. The rest of it should go in the /proc code. | 356 | among other things. The rest of it should go in the /proc code. |
357 | For now, we just use it to give verbose boot logs. */ | 357 | For now, we just use it to give verbose boot logs. */ |
358 | 358 | ||