Another comment typo fix (bug 389779)

git-svn-id: svn://10.0.0.236/trunk@231516 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2007-08-06 02:00:53 +00:00
parent dd79423802
commit 659ea4b3c3
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ static void Output(const char *fmt, ... )
}
/**
* A helper class which calls NS_LogInit/NS_LogTerm in it's scope.
* A helper class which calls NS_LogInit/NS_LogTerm in its scope.
*/
class ScopedLogging
{

View File

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