Fix some comments; no bug. (DONTBUILD)

This commit is contained in:
Cameron McCormack 2013-12-09 10:14:00 +11:00
parent 6d4ad1f110
commit b8d7a59583

View File

@ -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.