summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorian <ian@openbsd.org>2009-06-20 14:23:38 +0000
committerian <ian@openbsd.org>2009-06-20 14:23:38 +0000
commit5c4c8ca90094494f60cc928430db92c92d51e101 (patch)
tree4d96d49fc0825f909b1f870e4629d403efbc4439
parentAdd msdosfs support now that we have the headers. (diff)
downloadwireguard-openbsd-5c4c8ca90094494f60cc928430db92c92d51e101.tar.xz
wireguard-openbsd-5c4c8ca90094494f60cc928430db92c92d51e101.zip
Repair comment ID & typo, no binary change
-rw-r--r--regress/lib/libutil/fmt_scaled/fmt_test.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/lib/libutil/fmt_scaled/fmt_test.c b/regress/lib/libutil/fmt_scaled/fmt_test.c
index 82d84988c3b..cf79644bfb5 100644
--- a/regress/lib/libutil/fmt_scaled/fmt_test.c
+++ b/regress/lib/libutil/fmt_scaled/fmt_test.c
@@ -1,4 +1,4 @@
-/* $OpenBSD */
+/* $OpenBSD: fmt_test.c,v 1.9 2009/06/20 14:23:38 ian Exp $ */
/*
* Combined tests for fmt_scaled and scan_scaled.
@@ -88,10 +88,10 @@ static struct { /* the test cases */
{ 1025, "1.0K", 0 },
{ 1234, "1.2K", 0 },
{ -1234, "-1.2K", 0 },
- { 1484, "1.4K", 0 }, /* rouding boundary, down */
- { 1485, "1.5K", 0 }, /* rouding boundary, up */
- { -1484, "-1.4K", 0 }, /* rouding boundary, down */
- { -1485, "-1.5K", 0 }, /* rouding boundary, up */
+ { 1484, "1.4K", 0 }, /* rounding boundary, down */
+ { 1485, "1.5K", 0 }, /* rounding boundary, up */
+ { -1484, "-1.4K", 0 }, /* rounding boundary, down */
+ { -1485, "-1.5K", 0 }, /* rounding boundary, up */
{ 1536, "1.5K", 0 },
{ 1786, "1.7K", 0 },
{ 1800, "1.8K", 0 },