summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrob <rob@cvs.openbsd.org>2019-03-27 18:15:12 +0000
committerrob <rob@cvs.openbsd.org>2019-03-27 18:15:12 +0000
commit63d08304c3c4bfa0cb597efc19dd9f4097fdf56a (patch)
treea8710354fb381e6bd4ecd316723474a2024153c9
parenta816767e371ae9ca815dd57f127434e6c7208037 (diff)
Tweak output and correct a comment.
-rw-r--r--regress/lib/libutil/ber/ber_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/lib/libutil/ber/ber_test.c b/regress/lib/libutil/ber/ber_test.c
index 3337e93284f..56e70625951 100644
--- a/regress/lib/libutil/ber/ber_test.c
+++ b/regress/lib/libutil/ber/ber_test.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ber_test.c,v 1.7 2019/03/27 17:58:48 rob Exp $
+/* $OpenBSD: ber_test.c,v 1.8 2019/03/27 18:15:11 rob Exp $
*/
/*
* Copyright (c) Rob Pierce <rob@openbsd.org>
@@ -242,7 +242,7 @@ test(int i)
pos = ber_getpos(elm);
if (pos != 2) {
printf("unexpected element position within "
- "byte stream (1)\n");
+ "byte stream\n");
return 1;
}
}
@@ -344,7 +344,7 @@ test(int i)
}
/*
- * additional testing on short form tagged encoding
+ * additional testing on short form encoding
*/
if (test_vectors[i].memcheck) {
len = ber_calc_len(elm);