aboutsummaryrefslogtreecommitdiff
path: root/src/test_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_thread.c')
-rw-r--r--src/test_thread.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test_thread.c b/src/test_thread.c
index ef191bc2d..3a13dd668 100644
--- a/src/test_thread.c
+++ b/src/test_thread.c
@@ -404,9 +404,9 @@ static int clock_seconds_proc(
*/
typedef struct UnlockNotification UnlockNotification;
struct UnlockNotification {
- int fired; /* True after unlock event has occured */
- pthread_cond_t cond; /* Condition variable to wait on */
- pthread_mutex_t mutex; /* Mutex to protect structure */
+ int fired; /* True after unlock event has occurred */
+ pthread_cond_t cond; /* Condition variable to wait on */
+ pthread_mutex_t mutex; /* Mutex to protect structure */
};
/*