summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-02 11:58:34 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-02 11:58:34 +0000
commit18c06fe19e02a05756fb1727612afbd2a17f15e2 (patch)
treee64e20d40a4b586912dd23922bf68c64eeb0b50b /libpthread
parentfad14d6b61b6a9a543f9f417d529e1cba15be8a6 (diff)
Silly spelling error
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/pthread.c b/libpthread/pthread.c
index a7e5ba10e..1b0773c2c 100644
--- a/libpthread/pthread.c
+++ b/libpthread/pthread.c
@@ -1,6 +1,6 @@
/* vi: set sw=4 ts=4: */
/*
- * A simple clopne based pthread implementation
+ * A simple clone based pthread implementation
*
* Copyright (C) 2001 by Erik Andersen <andersee@debian.org>
*