diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-02 11:58:34 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-02 11:58:34 +0000 |
commit | 18c06fe19e02a05756fb1727612afbd2a17f15e2 (patch) | |
tree | e64e20d40a4b586912dd23922bf68c64eeb0b50b | |
parent | fad14d6b61b6a9a543f9f417d529e1cba15be8a6 (diff) |
Silly spelling error
-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> * |