diff options
author | 2011-09-17 08:38:07 +0000 | |
---|---|---|
committer | 2011-09-17 08:38:07 +0000 | |
commit | ee2fed3b86e70dcc73a1a17a7b083458c6498e55 (patch) | |
tree | 75ea33919a74a03749f3e36d385fcec03e4b5a45 /lib/libc | |
parent | Don't bother keeping a {u,}lptioctl function which is a duplicate of (diff) | |
download | wireguard-openbsd-ee2fed3b86e70dcc73a1a17a7b083458c6498e55.tar.xz wireguard-openbsd-ee2fed3b86e70dcc73a1a17a7b083458c6498e55.zip |
arithemtic -> arithmetic
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/sparc64/fpu/fpu_arith.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/sparc64/fpu/fpu_arith.h b/lib/libc/arch/sparc64/fpu/fpu_arith.h index 062a181c09e..c2354b425ad 100644 --- a/lib/libc/arch/sparc64/fpu/fpu_arith.h +++ b/lib/libc/arch/sparc64/fpu/fpu_arith.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu_arith.h,v 1.1 2003/07/21 18:41:30 jason Exp $ */ +/* $OpenBSD: fpu_arith.h,v 1.2 2011/09/17 08:38:07 miod Exp $ */ /* * Copyright (c) 1992, 1993 @@ -60,7 +60,7 @@ * for example. */ -/* set up for extended-precision arithemtic */ +/* set up for extended-precision arithmetic */ #define FPU_DECL_CARRY /* |