diff options
Diffstat (limited to 'libpthread')
-rw-r--r-- | libpthread/pthread.c | 2 |
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> * |