From: Bart Van Assche Date: Sun, 9 Mar 2008 16:18:31 +0000 (+0000) Subject: Fixed spelling error. X-Git-Tag: svn/VALGRIND_3_4_0~927 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=171c35d49c1c58793859be01c0f870ee5824b8f4;p=thirdparty%2Fvalgrind.git Fixed spelling error. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7617 --- diff --git a/exp-drd/tests/linuxthreads_det.c b/exp-drd/tests/linuxthreads_det.c index 8d8f663468..d9cb0854e0 100644 --- a/exp-drd/tests/linuxthreads_det.c +++ b/exp-drd/tests/linuxthreads_det.c @@ -17,7 +17,7 @@ void* thread_func(void* arg) { if (s_main_thread_pid == getpid()) { - printf("NPTL or non-Linux POSIX threads implemenentation detected.\n"); + printf("NPTL or non-Linux POSIX threads implementation detected.\n"); } else { diff --git a/exp-drd/tests/linuxthreads_det.stdout.exp b/exp-drd/tests/linuxthreads_det.stdout.exp index 34067543e9..e9e7dcf73c 100644 --- a/exp-drd/tests/linuxthreads_det.stdout.exp +++ b/exp-drd/tests/linuxthreads_det.stdout.exp @@ -1 +1 @@ -NPTL or non-Linux POSIX threads implemenentation detected. +NPTL or non-Linux POSIX threads implementation detected.