diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2006-12-26 19:30:45 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2006-12-26 19:30:45 +0000 |
commit | 021ae34c6163c089d9e7879d4e1722e1dcac3d9f (patch) | |
tree | 74b6df1f421a446b1df051e6af0c48efedad2101 /sys/arch/i386 | |
parent | e5c88a38b048e2ec0baa858f14c753feea561a0f (diff) |
There is a single 'p', not a double, in 'triple'.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/libsa/gidt.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/gidt.S b/sys/arch/i386/stand/libsa/gidt.S index e72b9da297b..9fe2d7ac0cb 100644 --- a/sys/arch/i386/stand/libsa/gidt.S +++ b/sys/arch/i386/stand/libsa/gidt.S @@ -1,4 +1,4 @@ -/* $OpenBSD: gidt.S,v 1.31 2005/05/31 23:08:47 jmc Exp $ */ +/* $OpenBSD: gidt.S,v 1.32 2006/12/26 19:30:44 tom Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -147,7 +147,7 @@ ENTRY(_rtt) movl $0x07310731, (%ebx) #endif - /* Try to cause a tripple fault... */ + /* Try to cause a triple fault... */ lidt Idtr_reset xorl %eax, %eax divl %eax, %eax |