Comment cleanup
authorgilbert <gilbert@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 25 Apr 2005 18:23:52 +0000 (18:23 +0000)
committergilbert <gilbert@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 25 Apr 2005 18:23:52 +0000 (18:23 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1414 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/edu/internet2/middleware/shibboleth/serviceprovider/ServiceProviderContext.java

index 3af0360..ed6a529 100644 (file)
@@ -54,7 +54,7 @@ public class ServiceProviderContext {
         * indirectly by creating this first new object of type
         * ServiceProviderContext() there is some code that calls
         * back to getServiceProviderContext() then it will get back
-        * a null from that call. This is because the targetContext
+        * a null from that call. This is because the SPContext
         * variable is not filled in with a reference to the object 
         * until it is constructed, and we are still in the middle of
         * constructing it.