File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -635,7 +635,8 @@ pub fn futex2_waitv(
635635}
636636
637637/// Wait on a futex.
638- /// Identical to `FUTEX.FUTEX_WAIT_BITSET`, except it is part of the futex2 family of calls.
638+ /// Identical to the traditional FUTEX_WAIT_BITSET op, except it is part of the
639+ /// futex2 familiy of calls.
639640pub fn futex2_wait (
640641 /// Address of the futex to wait on.
641642 uaddr : * const anyopaque ,
@@ -661,8 +662,9 @@ pub fn futex2_wait(
661662 );
662663}
663664
664- /// Wake a number of waiters.
665- /// Identical to `FUTEX.FUTEX_WAKE_BITSET`, except it is part of the futex2 family of calls.
665+ /// Wake a number of futexes.
666+ /// Identical to the traditional FUTEX_WAKE_BITSET op, except it is part of the
667+ /// futex2 family of calls.
666668pub fn futex2_wake (
667669 /// Address of the futex(es) to wake.
668670 uaddr : * const anyopaque ,
You can’t perform that action at this time.
0 commit comments