From ddf0e80229d300fb3367dd1d2ca494b2baf147a0 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Tue, 27 Dec 2022 17:10:06 +0000 Subject: spelling fixes; from paul tagliamonte any changes not taken noted on tech, but chiefly here i did not take the cancelation - cancellation changes; --- src/lib/libc/stdlib/div.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/stdlib/div.c') diff --git a/src/lib/libc/stdlib/div.c b/src/lib/libc/stdlib/div.c index beaa428c7a..5e6164f0bb 100644 --- a/src/lib/libc/stdlib/div.c +++ b/src/lib/libc/stdlib/div.c @@ -1,4 +1,4 @@ -/* $OpenBSD: div.c,v 1.6 2015/09/13 08:31:47 guenther Exp $ */ +/* $OpenBSD: div.c,v 1.7 2022/12/27 17:10:06 jmc Exp $ */ /* * Copyright (c) 1990 Regents of the University of California. * All rights reserved. @@ -46,7 +46,7 @@ div(int num, int denom) * words, we should always truncate the quotient towards * 0, never -infinity. * - * Machine division and remainer may work either way when + * Machine division and remainder may work either way when * one or both of n or d is negative. If only one is * negative and r.quot has been truncated towards -inf, * r.rem will have the same sign as denom and the opposite -- cgit v1.2.3-55-g6feb