diff options
author | 2004-01-07 01:09:40 +0000 | |
---|---|---|
committer | 2004-01-07 01:09:40 +0000 | |
commit | f6e25fb0894cd0e760493e9a2add1b81cd960ae6 (patch) | |
tree | 5cadfc276ae1edba502709fe96e4ede386d8b300 /lib/libc | |
parent | Sync fdisk's internal master boot record with the recent changes (diff) | |
download | wireguard-openbsd-f6e25fb0894cd0e760493e9a2add1b81cd960ae6.tar.xz wireguard-openbsd-f6e25fb0894cd0e760493e9a2add1b81cd960ae6.zip |
amout -> amount; from tom@.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/login_cap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/login_cap.c b/lib/libc/gen/login_cap.c index bc53fbf90e4..4ea1c47739d 100644 --- a/lib/libc/gen/login_cap.c +++ b/lib/libc/gen/login_cap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: login_cap.c,v 1.18 2003/10/24 20:31:00 avsm Exp $ */ +/* $OpenBSD: login_cap.c,v 1.19 2004/01/07 01:09:40 fgsch Exp $ */ /*- * Copyright (c) 1995,1997 Berkeley Software Design, Inc. All rights reserved. @@ -929,7 +929,7 @@ multiply(n1, n2) * overflow. * * Finally, if MAX - ((h1 * l2) + (l1 * h2) + (l1 * l2)) < (h1*h2) - * then adding in residual amout will cause an overflow. + * then adding in residual amount will cause an overflow. */ m = (n1 >> 1) * (n2 >> 1); |