Module: xenomai-head Branch: master Commit: f0971d3a77b07c8f17347f03a9721fb4e3154d60 URL: http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=f0971d3a77b07c8f17347f03a9721fb4e3154d60
Author: Wolfgang Mauerer <[email protected]> Date: Thu Jul 8 12:18:15 2010 +0200 nucleus: Spelling fix for check-vdso.c Signed-off-by: Wolfgang Mauerer <[email protected]> Signed-off-by: Jan Kiszka <[email protected]> --- src/testsuite/unit/check-vdso.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/testsuite/unit/check-vdso.c b/src/testsuite/unit/check-vdso.c index 8f90420..17684de 100644 --- a/src/testsuite/unit/check-vdso.c +++ b/src/testsuite/unit/check-vdso.c @@ -15,7 +15,7 @@ int main(int argc, char **argv) unsigned long long test_features; if (argc != 2) { - printf("No specific feature(s) given, using XNVDSO_FEATURE\n"); + printf("No specific feature(s) given, using XNVDSO_FEATURES\n"); test_features = XNVDSO_FEATURES; } else { test_features = strtoull(argv[1], NULL, 0); _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
