diff options
author | 2006-12-26 19:30:44 +0000 | |
---|---|---|
committer | 2006-12-26 19:30:44 +0000 | |
commit | 120ed48d59177f11adea825fe93a36b313a52ddc (patch) | |
tree | 66ab0362c9077e32de5b5f11e7e2a98c6c4e5e24 | |
parent | Fix truncation check by directly comparing both values and don't (diff) | |
download | wireguard-openbsd-120ed48d59177f11adea825fe93a36b313a52ddc.tar.xz wireguard-openbsd-120ed48d59177f11adea825fe93a36b313a52ddc.zip |
There is a single 'p', not a double, in 'triple'.
-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 |