diff --git a/layout/style/nsRuleNode.cpp b/layout/style/nsRuleNode.cpp index 6765db11c2a7..bdd7b4745949 100644 --- a/layout/style/nsRuleNode.cpp +++ b/layout/style/nsRuleNode.cpp @@ -2504,7 +2504,7 @@ nsRuleNode::AdjustLogicalBoxProp(nsStyleContext* aContext, bool canStoreInRuleTree = aCanStoreInRuleTree; /** - * Begin an nsRuleNode::Compute*Data function for an inherited struct. + * End an nsRuleNode::Compute*Data function for an inherited struct. * * @param type_ The nsStyle* type this function computes. * @param data_ Variable holding the result of this function. @@ -2539,7 +2539,7 @@ nsRuleNode::AdjustLogicalBoxProp(nsStyleContext* aContext, return data_; /** - * Begin an nsRuleNode::Compute*Data function for a reset struct. + * End an nsRuleNode::Compute*Data function for a reset struct. * * @param type_ The nsStyle* type this function computes. * @param data_ Variable holding the result of this function.