Changed: #878 Fix typos in comments/code

hg/feature/sound
kervala 15 years ago
parent 4b294f9402
commit dc43321615

@ -124,7 +124,7 @@ public:
/** /**
* Get the thread user name. * 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; virtual std::string getUserName()=0;
}; };

@ -374,7 +374,7 @@ void outOfMemory()
nlstopex (("OUT OF MEMORY")); 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_OldCPUMask= 0;
uint64 Debug_NewCPUMask= 0; uint64 Debug_NewCPUMask= 0;
void setCPUMask () void setCPUMask ()

Loading…
Cancel
Save