summaryrefslogtreecommitdiff
path: root/src/actors
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-01-18 17:59:21 +0000
committerPaul Phillips <paulp@improving.org>2011-01-18 17:59:21 +0000
commit8fbe377d4ed4ff170653d317abaf12bece08bec3 (patch)
tree081c066bfcb2424529c9fc84b809c8726c584b1e /src/actors
parent9722b4a42091ed16e9c4268e1231105e3545e905 (diff)
downloadscala-8fbe377d4ed4ff170653d317abaf12bece08bec3.tar.gz
scala-8fbe377d4ed4ff170653d317abaf12bece08bec3.tar.bz2
scala-8fbe377d4ed4ff170653d317abaf12bece08bec3.zip
Who knew system was such a popular sentence end...
Who knew system was such a popular sentence ending choice. Fixes some doc comments caught up in the s/// net, no review.
Diffstat (limited to 'src/actors')
-rw-r--r--src/actors/scala/actors/threadpool/helpers/ThreadHelpers.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actors/scala/actors/threadpool/helpers/ThreadHelpers.java b/src/actors/scala/actors/threadpool/helpers/ThreadHelpers.java
index 9577537f30..13da20c4d6 100644
--- a/src/actors/scala/actors/threadpool/helpers/ThreadHelpers.java
+++ b/src/actors/scala/actors/threadpool/helpers/ThreadHelpers.java
@@ -45,7 +45,7 @@ public class ThreadHelpers {
/**
* Abstraction of the exception handler which receives notifications of
- * exceptions occurred possibly in various parts of the sys. Exception
+ * exceptions occurred possibly in various parts of the system. Exception
* handlers present attractive approach to exception handling in multi-threaded
* systems, as they can handle exceptions that occurred in different threads.
* <p>