Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libutil Fix typo in a comment.
details: https://anonhg.NetBSD.org/src/rev/1057727ae8f9
branches: trunk
changeset: 822483:1057727ae8f9
user: kre <kre%NetBSD.org@localhost>
date: Wed Mar 22 05:35:33 2017 +0000
description:
Fix typo in a comment.
diffstat:
tests/lib/libutil/t_parsedate.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 1f62eb2e05b7 -r 1057727ae8f9 tests/lib/libutil/t_parsedate.c
--- a/tests/lib/libutil/t_parsedate.c Wed Mar 22 03:32:09 2017 +0000
+++ b/tests/lib/libutil/t_parsedate.c Wed Mar 22 05:35:33 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_parsedate.c,v 1.29 2017/03/22 01:50:22 kre Exp $ */
+/* $NetBSD: t_parsedate.c,v 1.30 2017/03/22 05:35:33 kre Exp $ */
/*-
* Copyright (c) 2010, 2015 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_parsedate.c,v 1.29 2017/03/22 01:50:22 kre Exp $");
+__RCSID("$NetBSD: t_parsedate.c,v 1.30 2017/03/22 05:35:33 kre Exp $");
#include <atf-c.h>
#include <errno.h>
@@ -209,7 +209,7 @@
parsecheck("12pm", NULL, NULL, localtime_r,
ANY, ANY, ANY, 12, 0, 0);
- /* end 52010 bug tests */
+ /* end 52101 bug tests */
parsecheck("12 noon", NULL, NULL, localtime_r,
ANY, ANY, ANY, 12, 0, 0);
Home |
Main Index |
Thread Index |
Old Index