Documentation: Replace del_timer/del_timer_sync()
[linux-block.git] / Documentation / timers / hrtimers.rst
index c1c20a693e8f9449ba817c54bc6db062615619c4..7ac448908d1ffd97bb49239ef708b8963341f656 100644 (file)
@@ -118,7 +118,7 @@ existing timer wheel code, as it is mature and well suited. Sharing code
 was not really a win, due to the different data structures. Also, the
 hrtimer functions now have clearer behavior and clearer names - such as
 hrtimer_try_to_cancel() and hrtimer_cancel() [which are roughly
-equivalent to del_timer() and del_timer_sync()] - so there's no direct
+equivalent to timer_delete() and timer_delete_sync()] - so there's no direct
 1:1 mapping between them on the algorithmic level, and thus no real
 potential for code sharing either.