summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2004-01-07 01:09:40 +0000
committerfgsch <fgsch@openbsd.org>2004-01-07 01:09:40 +0000
commitf6e25fb0894cd0e760493e9a2add1b81cd960ae6 (patch)
tree5cadfc276ae1edba502709fe96e4ede386d8b300 /lib/libc
parentSync fdisk's internal master boot record with the recent changes (diff)
downloadwireguard-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.c4
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);