Fix javadocs error
diff --git a/src/main/java/org/apache/sling/jcr/registration/AbstractRegistrationSupport.java b/src/main/java/org/apache/sling/jcr/registration/AbstractRegistrationSupport.java
index 9ab9db4..d150b04 100644
--- a/src/main/java/org/apache/sling/jcr/registration/AbstractRegistrationSupport.java
+++ b/src/main/java/org/apache/sling/jcr/registration/AbstractRegistrationSupport.java
@@ -258,7 +258,7 @@
      * <li>Clear the OSGi ComponentContext field
      * </ol>
      *
-     * @param componentContext The OSGi <code>ComponentContext</code> of this
+     * @param context The OSGi <code>ComponentContext</code> of this
      *            component.
      */
     protected void deactivate(ComponentContext context) {