Comment typo fix; no bug. (DONTBUILD)

This commit is contained in:
Cameron McCormack 2015-10-23 18:32:26 +11:00
Родитель ac934e7347
Коммит b9cb86efd6
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -43,8 +43,8 @@ public:
/**
* Resolves the set of inherited variables from aInherited and the
* set of specified variables from aSpecified. The resoled variables
* are written in to mOutput.
* set of specified variables from aSpecified. The resolved variables
* are written into mOutput.
*/
void Resolve(const CSSVariableValues* aInherited,
const CSSVariableDeclarations* aSpecified);