mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
4b294f9402
commit
dc43321615
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue