Fix typo in comment within nsFrame.cpp (no bug) rs=dbaron DONTBUILD

This commit is contained in:
Daniel Holbert 2011-07-07 17:57:55 -07:00
Родитель 2a40ad4682
Коммит a4b17e035c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6629,7 +6629,7 @@ nsFrame::GetParentStyleContextFrame(nsPresContext* aPresContext,
* is needed because the split inline's style context is the parent of the
* anonymous block's style context.
*
* If aFrame is not ananonymous block, null is returned.
* If aFrame is not an anonymous block, null is returned.
*/
static nsIFrame*
GetIBSpecialSiblingForAnonymousBlock(nsIFrame* aFrame)