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 */