summaryrefslogtreecommitdiff
path: root/arch/x86/boot/bioscall.S
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-04-11 22:24:05 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-04-11 22:24:05 -0700
commitcf9972a921470b0a2da7906104bcd540b20e33bf (patch)
tree0b84d26e0d62579f2633a89a9e2fc6d23094e001 /arch/x86/boot/bioscall.S
parentcf06de7b9cdd3efee7a59dced1977b3c21d43732 (diff)
x86, setup: fix comment in the "glove box" code
Impact: Comment change only The glove box is about avoiding problems with *registers* being touched, not *memory*. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/boot/bioscall.S')
-rw-r--r--arch/x86/boot/bioscall.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/bioscall.S b/arch/x86/boot/bioscall.S
index 22b4b3efb9f9..507793739ea5 100644
--- a/arch/x86/boot/bioscall.S
+++ b/arch/x86/boot/bioscall.S
@@ -10,7 +10,7 @@
/*
* "Glove box" for BIOS calls. Avoids the constant problems with BIOSes
- * touching memory they shouldn't be.
+ * touching registers they shouldn't be.
*/
.code16