Bug 395223 - unchecked in aaronlev nits

This commit is contained in:
surkov.alexander%gmail.com 2007-09-19 04:05:05 +00:00
Родитель 8a962837ce
Коммит 5bb31ea8a1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2230,7 +2230,7 @@ nsAccessible::GroupPosition(PRInt32 *aGroupLevel,
// If 'level' attribute doesn't make sense element then it isn't represented
// via IAccessible::attributes and groupLevel of groupPosition method is 0.
// Elements that expose 'level' attribute only (like html headings elements)
// don't support this method and all arguements are equalled 0.
// don't support this method and all arguments are equalled 0.
NS_ENSURE_ARG_POINTER(aGroupLevel);
NS_ENSURE_ARG_POINTER(aSimilarItemsInGroup);