s/nulll/null/ in nsNodeUtils::SetUserData header comment. (no bug; comment-only fix)

This commit is contained in:
Daniel Holbert 2010-01-13 00:18:46 -08:00
Родитель 42b459157f
Коммит a23f982bd9
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -205,9 +205,9 @@ public:
*
* @param aNode canonical nsINode pointer of the node to add aData to
* @param aKey the key to associate the object to
* @param aData the object to associate to aKey on aNode (may be nulll)
* @param aData the object to associate to aKey on aNode (may be null)
* @param aHandler the UserDataHandler to call when the node is
* cloned/deleted/imported/renamed (may be nulll)
* cloned/deleted/imported/renamed (may be null)
* @param aResult [out] the previously registered object for aKey on aNode, if
* any
* @return whether adding the object and UserDataHandler succeeded