diff options
author | 2018-11-15 21:27:31 +0000 | |
---|---|---|
committer | 2018-11-15 21:27:31 +0000 | |
commit | 6f249573c6f956964b0ad955612f8f5dc595330d (patch) | |
tree | 88d04620f830f2448cba54b3a29c26fd006a8cc6 | |
parent | Put all the symbol lookup parameters (except the object being searched) and (diff) | |
download | wireguard-openbsd-6f249573c6f956964b0ad955612f8f5dc595330d.tar.xz wireguard-openbsd-6f249573c6f956964b0ad955612f8f5dc595330d.zip |
one more typo noticed while pasting miod a reply;
-rw-r--r-- | sys/arch/hppa/hppa/fpemu.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/fpemu.S b/sys/arch/hppa/hppa/fpemu.S index 75a38ad101d..f81ebba1529 100644 --- a/sys/arch/hppa/hppa/fpemu.S +++ b/sys/arch/hppa/hppa/fpemu.S @@ -1,4 +1,4 @@ -/* $OpenBSD: fpemu.S,v 1.14 2018/11/15 21:24:48 jmc Exp $ */ +/* $OpenBSD: fpemu.S,v 1.15 2018/11/15 21:27:31 jmc Exp $ */ /* * Copyright (c) 2000-2004 Michael Shalayeff @@ -87,7 +87,7 @@ LEAF_ENTRY(fpu_emulate) extru arg0, 16, 2, r31 /* - * theoreticaly we would need to determine the fpu instruction + * theoretically we would need to determine the fpu instruction * exception type (there could be 4 of those, but stick w/ * non-timex fpus for now) */ |