diff options
-rw-r--r-- | sys/arch/amd64/stand/libsa/gidt.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/libsa/gidt.S b/sys/arch/amd64/stand/libsa/gidt.S index 284b3b92775..04aab9828b9 100644 --- a/sys/arch/amd64/stand/libsa/gidt.S +++ b/sys/arch/amd64/stand/libsa/gidt.S @@ -1,4 +1,4 @@ -/* $OpenBSD: gidt.S,v 1.5 2005/05/31 23:08:47 jmc Exp $ */ +/* $OpenBSD: gidt.S,v 1.6 2006/12/29 11:44:01 tom Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -146,7 +146,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 |