summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2004-01-07 01:09:41 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2004-01-07 01:09:41 +0000
commit64688a737bdbc72fd19c48004f378b13fb5e9815 (patch)
tree6c9c9c48fcaec42c14397afa3d9e897ed4d75daf
parent2e0676ab4b0469a9a9169a91b36172d8ba204d72 (diff)
amout -> amount; from tom@.
-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);