Changed: #878 Fix typos in comments/code

This commit is contained in:
kervala 2010-08-11 19:28:29 +02:00
parent 3a675cb90b
commit 68cc7ae142
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@ public:
/**
* Get the thread user name.
* Notimplemented under linux, under windows return the name of the logon user.
* Not implemented under linux, under windows return the name of the logon user.
*/
virtual std::string getUserName()=0;
};

View file

@ -374,7 +374,7 @@ void outOfMemory()
nlstopex (("OUT OF MEMORY"));
}
// For multi cpu, active only on CPU for the main thread
// For multi cpu, active only one CPU for the main thread
uint64 Debug_OldCPUMask= 0;
uint64 Debug_NewCPUMask= 0;
void setCPUMask ()