]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed spelling error.
authorBart Van Assche <bvanassche@acm.org>
Sun, 9 Mar 2008 16:18:31 +0000 (16:18 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 9 Mar 2008 16:18:31 +0000 (16:18 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7617

exp-drd/tests/linuxthreads_det.c
exp-drd/tests/linuxthreads_det.stdout.exp

index 8d8f663468971a2b74da6ede2db92502fdc97323..d9cb0854e0c8e81b1a83ee2a43e7a157b285ffe8 100644 (file)
@@ -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
   {
index 34067543e96a3cf4ba19889a1b5a69b732345326..e9e7dcf73cf2d4294a5bb633050c09c2d2b43f96 100644 (file)
@@ -1 +1 @@
-NPTL or non-Linux POSIX threads implemenentation detected.
+NPTL or non-Linux POSIX threads implementation detected.