From 443a7c3d17f499d1f207d21b83da86aca6b84f29 Mon Sep 17 00:00:00 2001 From: kervala Date: Wed, 11 Aug 2010 19:28:29 +0200 Subject: [PATCH] Changed: #878 Fix typos in comments/code --- code/nel/include/nel/misc/thread.h | 2 +- code/ryzom/client/src/init.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/nel/include/nel/misc/thread.h b/code/nel/include/nel/misc/thread.h index 461a04dcd..280f31d32 100644 --- a/code/nel/include/nel/misc/thread.h +++ b/code/nel/include/nel/misc/thread.h @@ -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; }; diff --git a/code/ryzom/client/src/init.cpp b/code/ryzom/client/src/init.cpp index 39c2b97df..7d9c8cbf1 100644 --- a/code/ryzom/client/src/init.cpp +++ b/code/ryzom/client/src/init.cpp @@ -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 ()