From f3a4026b3942539827aff6fc4bfa5406525db55d Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Thu, 24 Aug 2006 14:06:01 +0000 Subject: [PATCH] * fix the comment, too This commit was SVN r11392. --- opal/runtime/opal_progress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/runtime/opal_progress.c b/opal/runtime/opal_progress.c index d17733c82a..19b180f6cf 100644 --- a/opal/runtime/opal_progress.c +++ b/opal/runtime/opal_progress.c @@ -301,7 +301,7 @@ opal_progress(void) sched_yield(); #endif /* defined(__WINDOWS__) */ } -#endif /* defined(__WINDOWS__) || defined(HAVE_SCHED_YIELD_) */ +#endif /* defined(__WINDOWS__) || defined(HAVE_SCHED_YIELD) */ }