From 391983f9dba9ffcf7872250a3f11d751625dcf9b Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 2 Jan 2002 13:54:44 +0000 Subject: [PATCH] Tidied comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11945 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/NSThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Headers/gnustep/base/NSThread.h b/Headers/gnustep/base/NSThread.h index 0ec7773c9..738ad25fc 100644 --- a/Headers/gnustep/base/NSThread.h +++ b/Headers/gnustep/base/NSThread.h @@ -96,7 +96,7 @@ GS_EXPORT BOOL GSRegisterCurrentThread (void); * `+exit', but does not exit the thread - just destroys all objects * associated with the thread. Warning: using any GNUstep code after * this method call is not safe. Posts an NSThreadWillExit - * notification. x*/ + * notification. */ GS_EXPORT void GSUnregisterCurrentThread (void); #endif