summaryrefslogtreecommitdiffstats
path: root/kernel/resource.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
commitc7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch)
tree3682407a599b8f9f03fc096298134cafba1c9b2f /kernel/resource.c
parent1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff)
o Merge with Linux 2.1.116.
o New Newport console code. o New G364 console code.
Diffstat (limited to 'kernel/resource.c')
-rw-r--r--kernel/resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/resource.c b/kernel/resource.c
index ff7c7492a..dc23b159b 100644
--- a/kernel/resource.c
+++ b/kernel/resource.c
@@ -143,7 +143,7 @@ unsigned long occupy_region(unsigned long base, unsigned long end,
if (iotable[i].num == 0)
break;
if (i == IOTABLE_SIZE) {
- /* Driver prints a warning typicaly. */
+ /* Driver prints a warning typically. */
return 0;
}