File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -635,7 +635,7 @@ pub fn futex2_waitv(
635635}
636636
637637/// Wait on a futex.
638- /// Identical to the traditional FUTEX_WAIT_BITSET op, except it is part of the
638+ /// Identical to the traditional `FUTEX. FUTEX_WAIT_BITSET` op, except it is part of the
639639/// futex2 familiy of calls.
640640pub fn futex2_wait (
641641 /// Address of the futex to wait on.
@@ -663,7 +663,7 @@ pub fn futex2_wait(
663663}
664664
665665/// Wake a number of futexes.
666- /// Identical to the traditional FUTEX_WAKE_BITSET op, except it is part of the
666+ /// Identical to the traditional `FUTEX.FUTEX_WAIT_BITSET` op, except it is part of the
667667/// futex2 family of calls.
668668pub fn futex2_wake (
669669 /// Address of the futex(es) to wake.
You can’t perform that action at this time.
0 commit comments