summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-12-24 12:00:23 -0700
committerEric Blake <ebb9@byu.net>2009-12-24 12:21:15 -0700
commit0ec2d84a78d910ecc2dc4090f340519607819cda (patch)
treeb7a35c2fc4bb6f423465c157f326f1f4cde8c09d /tests
parenta3bb08cea62afcfc6d642cd67c0973299630192a (diff)
downloadgnulib-0ec2d84a78d910ecc2dc4090f340519607819cda.tar.gz
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/test-nanosleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-nanosleep.c b/tests/test-nanosleep.c
index e4e7231640..797c8beb7e 100644
--- 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>