summaryrefslogtreecommitdiffstats
path: root/src/pi_tests/pip_stress.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pi_tests/pip_stress.c')
-rw-r--r--src/pi_tests/pip_stress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pi_tests/pip_stress.c b/src/pi_tests/pip_stress.c
index 812a703..a0477cc 100644
--- a/src/pi_tests/pip_stress.c
+++ b/src/pi_tests/pip_stress.c
@@ -64,7 +64,7 @@ useconds_t usleep_val = 500;
pthread_mutex_t *resource;
-/* This records the state to determine whether a priority inversion occured */
+/* This records the state to determine whether a priority inversion occurred */
struct State {
int low_owns_resource;
int high_started;