Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Sharp committed Sep 21, 2008
1 parent 789b700 commit 87945f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/xbl/src/nsXBLService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ IsAncestorBinding(nsIDocument* aDocument,
childRef.IsEmpty()) {
// If the child URL has no ref, we need to strip away the ref from the
// URI we're comparing it to, since the child URL will end up pointing
// to the first binding defined at it's URI, and that could be the same
// to the first binding defined at its URI, and that could be the same
// binding that's referred to more specifically by the already attached
// binding's URI via it's ref.
// binding's URI via its ref.

// This means we'll get false positives if someone refers to the first
// binding at a given URI without a ref and also binds a parent or child
Expand Down

0 comments on commit 87945f1

Please sign in to comment.