summaryrefslogtreecommitdiff
path: root/src/msil
diff options
context:
space:
mode:
Diffstat (limited to 'src/msil')
-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 cac2319b50..efac91d3b2 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 system.
+ * Reflection models the accessibility rules of the common type sys.
* 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