From 09e0473845e1c7fb3e09585f2ae417f744258b27 Mon Sep 17 00:00:00 2001 From: wtc Date: Fri, 8 May 1998 18:48:46 +0000 Subject: [PATCH] Fixed comment. --- nsprpub/pr/src/md/unix/darwin.c | 6 +++--- nsprpub/pr/src/md/unix/rhapsody.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nsprpub/pr/src/md/unix/darwin.c b/nsprpub/pr/src/md/unix/darwin.c index 040004371fa0..a68f86677f42 100644 --- a/nsprpub/pr/src/md/unix/darwin.c +++ b/nsprpub/pr/src/md/unix/darwin.c @@ -78,11 +78,11 @@ _MD_WAKEUP_WAITER(PRThread *thread) return PR_SUCCESS; } -/* These functions should not be called for OSF1 */ +/* These functions should not be called for Rhapsody */ void _MD_YIELD(void) { - PR_NOT_REACHED("_MD_YIELD should not be called for OSF1."); + PR_NOT_REACHED("_MD_YIELD should not be called for Rhapsody."); } PRStatus @@ -94,7 +94,7 @@ _MD_CREATE_THREAD( PRThreadState state, PRUint32 stackSize) { - PR_NOT_REACHED("_MD_CREATE_THREAD should not be called for OSF1."); + PR_NOT_REACHED("_MD_CREATE_THREAD should not be called for Rhapsody."); return PR_FAILURE; } #endif /* ! _PR_PTHREADS */ diff --git a/nsprpub/pr/src/md/unix/rhapsody.c b/nsprpub/pr/src/md/unix/rhapsody.c index 040004371fa0..a68f86677f42 100644 --- a/nsprpub/pr/src/md/unix/rhapsody.c +++ b/nsprpub/pr/src/md/unix/rhapsody.c @@ -78,11 +78,11 @@ _MD_WAKEUP_WAITER(PRThread *thread) return PR_SUCCESS; } -/* These functions should not be called for OSF1 */ +/* These functions should not be called for Rhapsody */ void _MD_YIELD(void) { - PR_NOT_REACHED("_MD_YIELD should not be called for OSF1."); + PR_NOT_REACHED("_MD_YIELD should not be called for Rhapsody."); } PRStatus @@ -94,7 +94,7 @@ _MD_CREATE_THREAD( PRThreadState state, PRUint32 stackSize) { - PR_NOT_REACHED("_MD_CREATE_THREAD should not be called for OSF1."); + PR_NOT_REACHED("_MD_CREATE_THREAD should not be called for Rhapsody."); return PR_FAILURE; } #endif /* ! _PR_PTHREADS */