From 8fbe377d4ed4ff170653d317abaf12bece08bec3 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 18 Jan 2011 17:59:21 +0000 Subject: 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. --- src/msil/ch/epfl/lamp/compiler/msil/BindingFlags.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/msil/ch/epfl/lamp') 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 -- cgit v1.2.3