aboutsummaryrefslogtreecommitdiff
path: root/dep/src/zthread/ThreadOps.cxx
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-17 21:54:48 -0600
committermegamage <none@none>2009-02-17 21:54:48 -0600
commit89ba43ef3e3f8d4b563c9e8efaf06bf7f7b44065 (patch)
treefbe73c4d529f195d51b8ca4b62be8443da80becf /dep/src/zthread/ThreadOps.cxx
parentbe53cfe1044d7e913c4c11a7245e2d2846826363 (diff)
parent3931b802f1b8b890a615e5b2a4c0ed70407468d7 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'dep/src/zthread/ThreadOps.cxx')
-rw-r--r--dep/src/zthread/ThreadOps.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/src/zthread/ThreadOps.cxx b/dep/src/zthread/ThreadOps.cxx
index 53a3e4457bc..5917891028b 100644
--- a/dep/src/zthread/ThreadOps.cxx
+++ b/dep/src/zthread/ThreadOps.cxx
@@ -26,10 +26,10 @@
#include "ThreadOps.h"
// This file will select an implementation for a ThreadOps based on
-// what ThreadOps.h selects. This method is for selecting the
+// what ThreadOps.h selects. This method is for selecting the
// source files, to improve portability. Currently, the project is
// based on the autoconf tool-set, which doesn't support conditional
-// compilation well. Additionally, this should make the library
+// compilation well. Additionally, this should make the library
// easier to port since its working around conditional compilation
// by using C++ features and people won't have to fiddle around with
// their make tool as much to compile the source