tools/timer: fixup doc formatting

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-01-08 14:11:08 +01:00
parent 40c45a4b98
commit d9fbcc4631
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ pub enum TimerEvent {
ThreadSignal(Tid, Signal),
/// Convenience value to send a signal to the current thread. This is
/// equivalent to using ThreadSignal(gettid(), signal).
/// equivalent to using `ThreadSignal(gettid(), signal)`.
ThisThreadSignal(Signal),
}