diff options
author | 2018-11-15 21:24:48 +0000 | |
---|---|---|
committer | 2018-11-15 21:24:48 +0000 | |
commit | 956304fa516c7b5c0e90e802a1a72ef7d3fab4c1 (patch) | |
tree | 1e615a1a48bf07e47304cfc3cdc1b0518092cc6f | |
parent | in the "pf: key search" debug message, add the direction. interface *and* (diff) | |
download | wireguard-openbsd-956304fa516c7b5c0e90e802a1a72ef7d3fab4c1.tar.xz wireguard-openbsd-956304fa516c7b5c0e90e802a1a72ef7d3fab4c1.zip |
fix typos in comments; from miod
-rw-r--r-- | sys/arch/hppa/hppa/fpemu.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/hppa/fpemu.S b/sys/arch/hppa/hppa/fpemu.S index 8c976e70629..75a38ad101d 100644 --- a/sys/arch/hppa/hppa/fpemu.S +++ b/sys/arch/hppa/hppa/fpemu.S @@ -1,4 +1,4 @@ -/* $OpenBSD: fpemu.S,v 1.13 2010/05/25 15:57:48 jsing Exp $ */ +/* $OpenBSD: fpemu.S,v 1.14 2018/11/15 21:24:48 jmc Exp $ */ /* * Copyright (c) 2000-2004 Michael Shalayeff @@ -89,7 +89,7 @@ LEAF_ENTRY(fpu_emulate) /* * theoreticaly we would need to determine the fpu instruction * exception type (there could be 4 of those, but stick w/ - * non-timex fpus for now. + * non-timex fpus for now) */ extru,<> arg0, 10, 5, t1 ldi 32, t1 /* fpemu zero reg */ @@ -225,7 +225,7 @@ $fpemu0c_2_0 $fpemu0c_2_1 comib,<>,n 0, r1, $fpemu_exit - /* XXX timex is much more compilicated */ + /* XXX timex is much more complicated */ ldw 0(arg3), t1 ldi 0, ret0 extru,<> t1, 5, 1, r0 @@ -291,7 +291,7 @@ $fpemu0c_3_4 /* frem */ .export $fpemu_exit, code $fpemu_exit /* these look very ugly, but we don't want to mess up w/ m4 just - * for the sake of overall world prettieness value growth XXX */ + * for the sake of overall world prettiness value growth XXX */ invalid_fsqrt invalid_frnd invalid_fcnvff |