summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-11-07 17:29:28 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-11-07 17:29:28 -0800
commit3861765b45fafc9891c46782c768fcbfbaafab0a (patch)
treefcfa5ff30fb48f53ccd19f8fd3f749153550de04
parentfd37475e9a5d969969efc811180e7f5e38dafce0 (diff)
downloadsyslinux-3861765b45fafc9891c46782c768fcbfbaafab0a.tar.gz
Typo cleanup
-rw-r--r--bcopy32.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcopy32.inc b/bcopy32.inc
index ad25ae71..87b82bb2 100644
--- a/bcopy32.inc
+++ b/bcopy32.inc
@@ -539,7 +539,7 @@ trampoline_to_pm:
.next: xor ax,ax
lldt ax ; TR <- 0 to be nice to Intel VT
mov al,PM_TSS
- ltr ax ; Bogus TSS to be nice to Intel VTeg
+ ltr ax ; Bogus TSS to be nice to Intel VT
mov al,PM_DS32
mov es,ax ; 32-bit data segment selector
mov ds,ax