summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/rebootcode.s
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-03-16 20:22:59 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2014-03-16 20:22:59 +0100
commitf2f46f4a33ee9ccb4f0475163408b8a699ec4f7f (patch)
tree85d1888b32ac4984282a9717612f0ad03ea2a306 /sys/src/9/pc/rebootcode.s
parent105625e10b469d4012c148154563007cfa3acc4d (diff)
pc64: amd64 kernel reboot support
Diffstat (limited to 'sys/src/9/pc/rebootcode.s')
-rw-r--r--sys/src/9/pc/rebootcode.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/rebootcode.s b/sys/src/9/pc/rebootcode.s
index 34ee4ca36..c7d0b1991 100644
--- a/sys/src/9/pc/rebootcode.s
+++ b/sys/src/9/pc/rebootcode.s
@@ -1,7 +1,7 @@
#include "mem.h"
/*
- * Turn off MMU, then memmory the new kernel to its correct location
+ * Turn off MMU, then memmove the new kernel to its correct location
* in physical memory. Then jumps the to start of the kernel.
*/