summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Demo/threads/find.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/threads/find.py b/Demo/threads/find.py
index 940360a..d244bea 100644
--- a/Demo/threads/find.py
+++ b/Demo/threads/find.py
@@ -1,4 +1,4 @@
-# A parallelized "find(1)" using the thread module (SGI only for now).
+# A parallelized "find(1)" using the thread module.
# This demonstrates the use of a work queue and worker threads.
# It really does do more stats/sec when using multiple threads,