Fix comment typo in patches for bug 389779 and bug 388833

This commit is contained in:
gavin@gavinsharp.com 2007-08-05 16:48:25 -07:00
Родитель 544e2155ff
Коммит 334b3b7c9e
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -92,7 +92,7 @@ static PRBool IsArg(const char* arg, const char* s)
}
/**
* A helper class which calls NS_LogTerm/NS_LogTerm in its scope.
* A helper class which calls NS_LogInit/NS_LogTerm in its scope.
*/
class ScopedLogging
{

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

@ -1003,7 +1003,7 @@ ScopedXPCOMStartup::SetWindowCreator(nsINativeAppSupport* native)
}
/**
* A helper class which calls NS_LogTerm/NS_LogTerm in it's scope.
* A helper class which calls NS_LogInit/NS_LogTerm in it's scope.
*/
class ScopedLogging
{