Skip to content

Commit 5148863

Browse files
committed
comment change
1 parent 5f846aa commit 5148863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_mutex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ TEST(test_mutex, pimutex_priority_inversion) {
148148
THREAD_PRIORITY_MEDIUM,
149149
cpu_bitmask)) << "THREAD_PRIORITY_MEDIUM could not be set.";
150150

151-
// do the actual test: see if the low prio thread gets unblocked (through high priority)
151+
// do the actual test: see if the low prio thread gets unblocked (through priority inheritance)
152152
end_low_prio_thread = true;
153153
std::this_thread::sleep_for(20ms);
154154

0 commit comments

Comments
 (0)