changeset 12494:156d4be396ee

test-nanosleep: fix typo * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous patch. Reported by Bruno Haible. Signed-off-by: Eric Blake <ebb9@byu.net>
author Eric Blake <ebb9@byu.net>
date Thu, 24 Dec 2009 12:00:23 -0700
parents 86e3c4113c60
children 16a0ada3a101
files ChangeLog tests/test-nanosleep.c
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-12-24  Eric Blake  <ebb9@byu.net>
+
+	test-nanosleep: fix typo
+	* tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
+	patch.
+	Reported by Bruno Haible.
+
 2009-12-24  Bruno Haible  <bruno@clisp.org>
 
 	Reduce namespace pollution on glibc systems.
--- a/tests/test-nanosleep.c
+++ b/tests/test-nanosleep.c
@@ -21,7 +21,7 @@
 #include <time.h>
 
 #include "signature.h"
-SIGNATURE_CHECK (nanosleep, int, (struct timespec const *, struct timepec *));
+SIGNATURE_CHECK (nanosleep, int, (struct timespec const *, struct timespec *));
 
 #include <errno.h>
 #include <signal.h>