[xiph-commits] r13409 - in experimental/moritz: . thread
moritz at svn.xiph.org
moritz at svn.xiph.org
Mon Jul 30 15:40:33 PDT 2007
Author: moritz
Date: 2007-07-30 15:40:33 -0700 (Mon, 30 Jul 2007)
New Revision: 13409
Modified:
experimental/moritz/README
experimental/moritz/thread/thread.c
experimental/moritz/thread/thread.h
Log:
Teh spelingk nit-pickererers strike agani.
Modified: experimental/moritz/README
===================================================================
--- experimental/moritz/README 2007-07-30 22:17:46 UTC (rev 13408)
+++ experimental/moritz/README 2007-07-30 22:40:33 UTC (rev 13409)
@@ -14,5 +14,5 @@
* compat/: Contains required things that are not available everywhere.
* xalloc/: *alloc() wrapper library.
- Depends on: compat/ (optional), pthreads (optional)
- * thread/: Threading and syncronization library, similar to libicethread.
+ * thread/: Threading and synchronization library, similar to libicethread.
- Depends on: xalloc/, compat/, pthreads
Modified: experimental/moritz/thread/thread.c
===================================================================
--- experimental/moritz/thread/thread.c 2007-07-30 22:17:46 UTC (rev 13408)
+++ experimental/moritz/thread/thread.c 2007-07-30 22:40:33 UTC (rev 13409)
@@ -1,5 +1,5 @@
/*
- * libthread - Cross platform thread and syncronization library, with
+ * libthread - Cross platform thread and synchronization library, with
* extensive error checking and debugging facility.
* Uses POSIX threads (libpthread, or pthread-win32 on
* Windows.)
Modified: experimental/moritz/thread/thread.h
===================================================================
--- experimental/moritz/thread/thread.h 2007-07-30 22:17:46 UTC (rev 13408)
+++ experimental/moritz/thread/thread.h 2007-07-30 22:40:33 UTC (rev 13409)
@@ -1,5 +1,5 @@
/*
- * libthread - Cross platform thread and syncronization library, with
+ * libthread - Cross platform thread and synchronization library, with
* extensive error checking and debugging facility.
* Uses POSIX threads (libpthread, or pthread-win32 on
* Windows.)
More information about the commits
mailing list