diff --git a/cas/src/main/java/org/springframework/security/ui/cas/CasProcessingFilterEntryPoint.java b/cas/src/main/java/org/springframework/security/ui/cas/CasProcessingFilterEntryPoint.java
index acc75a87a6..52a2857c07 100644
--- a/cas/src/main/java/org/springframework/security/ui/cas/CasProcessingFilterEntryPoint.java
+++ b/cas/src/main/java/org/springframework/security/ui/cas/CasProcessingFilterEntryPoint.java
@@ -30,12 +30,14 @@ import org.springframework.util.Assert;
/**
- * Used by the SecurityEnforcementFilter to commence authentication via the JA-SIG Central
- * Authentication Service (CAS).
The user's browser will be redirected to the JA-SIG CAS enterprise-wide login
- * page. This page is specified by the loginUrl property. Once login is complete, the CAS login page will
+ * Used by the ExceptionTranslationFilter to commence authentication via the JA-SIG Central
+ * Authentication Service (CAS).
+ *
+ * The user's browser will be redirected to the JA-SIG CAS enterprise-wide login page.
+ * This page is specified by the loginUrl property. Once login is complete, the CAS login page will
* redirect to the page indicated by the service property. The service is a HTTP URL
* belonging to the current application. The service URL is monitored by the {@link CasProcessingFilter},
- * which will validate the CAS login was successful.