aboutsummaryrefslogtreecommitdiff
path: root/src/core/paging.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/paging.cc')
-rw-r--r--src/core/paging.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/paging.cc b/src/core/paging.cc
index ae390ff..c283c57 100644
--- a/src/core/paging.cc
+++ b/src/core/paging.cc
@@ -83,7 +83,7 @@ u64* paging_allocate_contiguous(int npages){
}
}
- printk("Could not allocate %d contigous pages. Kernel panic!",npages);
+ printk("Could not allocate %d contiguous pages. Kernel panic!",npages);
while(1);
return 0;
}