summaryrefslogtreecommitdiff
path: root/src/msil/ch/epfl/lamp
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/msil/ch/epfl/lamp
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/msil/ch/epfl/lamp')
-rw-r--r--src/msil/ch/epfl/lamp/compiler/msil/BindingFlags.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msil/ch/epfl/lamp/compiler/msil/BindingFlags.java b/src/msil/ch/epfl/lamp/compiler/msil/BindingFlags.java
index efac91d3b2..cac2319b50 100644
--- a/src/msil/ch/epfl/lamp/compiler/msil/BindingFlags.java
+++ b/src/msil/ch/epfl/lamp/compiler/msil/BindingFlags.java
@@ -126,7 +126,7 @@ public abstract class BindingFlags {
* throws an exception if the caller supplies a non-null Binder object,
* since that implies that the caller is supplying BindToXXX
* implementations that will pick the appropriate method.
- * Reflection models the accessibility rules of the common type sys.
+ * Reflection models the accessibility rules of the common type system.
* For example, if the caller is in the same assembly, the caller
* does not need special permissions for internal members. Otherwise,
* the caller needs ReflectionPermission. This is consistent with