Skip to content

Commit a5bd5b2

Browse files
fardragonandrewrk
authored andcommitted
Restore backticks
1 parent 7569c83 commit a5bd5b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/std/os/linux.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
640640
pub 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.
668668
pub fn futex2_wake(
669669
/// Address of the futex(es) to wake.

0 commit comments

Comments
 (0)