diff --git a/mozilla/toolkit/components/places/src/nsNavHistoryResult.cpp b/mozilla/toolkit/components/places/src/nsNavHistoryResult.cpp index 2ad1dffab00..d7fd0a2d7c5 100644 --- a/mozilla/toolkit/components/places/src/nsNavHistoryResult.cpp +++ b/mozilla/toolkit/components/places/src/nsNavHistoryResult.cpp @@ -1988,7 +1988,7 @@ nsNavHistoryQueryResultNode::FillChildren() FillStats(); // once we've computed all tree stats, we can sort, because containers will - // not have proper visit counts and dates + // then have proper visit counts and dates SortComparator comparator = GetSortingComparator(GetSortType()); nsCAutoString sortingAnnotation; GetSortingAnnotation(sortingAnnotation); @@ -2756,7 +2756,7 @@ nsNavHistoryFolderResultNode::FillChildren() FillStats(); // once we've computed all tree stats, we can sort, because containers will - // not have proper visit counts and dates + // then have proper visit counts and dates SortComparator comparator = GetSortingComparator(GetSortType()); nsCAutoString sortingAnnotation; GetSortingAnnotation(sortingAnnotation);