diff options
Diffstat (limited to 'lib/libm/arch/riscv64/fenv.c')
-rw-r--r-- | lib/libm/arch/riscv64/fenv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/arch/riscv64/fenv.c b/lib/libm/arch/riscv64/fenv.c index 5143ddf7d60..c3c1475327a 100644 --- a/lib/libm/arch/riscv64/fenv.c +++ b/lib/libm/arch/riscv64/fenv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fenv.c,v 1.3 2021/05/12 02:28:25 jsg Exp $ */ +/* $OpenBSD: fenv.c,v 1.4 2022/12/27 17:10:07 jmc Exp $ */ /*- * Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. @@ -239,7 +239,7 @@ feupdateenv(const fenv_t *envp) DEF_STD(feupdateenv); /* - * The following functions are extentions to the standard + * The following functions are extensions to the standard */ int feenableexcept(int mask) |