Skip to content

Commit

Permalink
Tweak a couple of comments; no bug. (DONTBUILD)
Browse files Browse the repository at this point in the history
  • Loading branch information
heycam committed Oct 29, 2015
1 parent a727c1f commit 76a002f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/style/nsStyleContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class nsStyleContext final

/*
* Get the style data for a style struct. This is the most important
* member function of nsIStyleContext. It fills in a const pointer
* member function of nsStyleContext. It fills in a const pointer
* to a style data struct that is appropriate for the style context's
* frame. This struct may be shared with other contexts (either in
* the rule tree or the style context tree), so it should not be
Expand Down Expand Up @@ -333,7 +333,7 @@ class nsStyleContext final
#undef STYLE_STRUCT

/**
* PeekStyle* is like GetStyle* but doesn't trigger style
* PeekStyle* is like Style* but doesn't trigger style
* computation if the data is not cached on either the style context
* or the rule node.
*
Expand Down

0 comments on commit 76a002f

Please sign in to comment.