Module Name:    src
Committed By:   kre
Date:           Wed Mar 22 05:35:33 UTC 2017

Modified Files:
        src/tests/lib/libutil: t_parsedate.c

Log Message:
Fix typo in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/tests/lib/libutil/t_parsedate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libutil/t_parsedate.c
diff -u src/tests/lib/libutil/t_parsedate.c:1.29 src/tests/lib/libutil/t_parsedate.c:1.30
--- src/tests/lib/libutil/t_parsedate.c:1.29	Wed Mar 22 01:50:22 2017
+++ src/tests/lib/libutil/t_parsedate.c	Wed Mar 22 05:35:33 2017
@@ -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 @@ ATF_TC_BODY(times, tc)
 	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);

Reply via email to