Browse Source

Silly spelling error

Eric Andersen 22 years ago
parent
commit
18c06fe19e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libpthread/pthread.c

+ 1 - 1
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>
  *