diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/ReconfigurableBase.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/ReconfigurableBase.java index a705279693d..231cd3aff6a 100644 --- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/ReconfigurableBase.java +++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/ReconfigurableBase.java @@ -262,7 +262,7 @@ public abstract class ReconfigurableBase * all internal data structures derived from the configuration property * that is being changed. If this object owns other Reconfigurable objects * reconfigureProperty should be called recursively to make sure that - * to make sure that the configuration of these objects is updated. + * the configuration of these objects are updated. * * @param property Name of the property that is being reconfigured. * @param newVal Proposed new value of the property.