Skip to content
Snippets Groups Projects
Commit 2af316f8 authored by Nadav Har'El's avatar Nadav Har'El Committed by Pekka Enberg
Browse files

drivers/clock: Fix comment


Fixed error in ::clock's Doxygen comment. It referred to
osv::clock::monotonic, while in fact the correct name is osv::clock::uptime.

Signed-off-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent bf76dc2b
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* The methods of this class are not type-safe, in that they return times * The methods of this class are not type-safe, in that they return times
* as unadorned integers (s64) whose type does not specify the time units * as unadorned integers (s64) whose type does not specify the time units
* or the epoch. Prefer instead to use the types from <osv/clock.hh>: * or the epoch. Prefer instead to use the types from <osv/clock.hh>:
* osv::clock::monotonic et al. Their efficiency is identical to the * osv::clock::uptime et al. Their efficiency is identical to the
* methods of this class, but they allow much better compile-time checking. * methods of this class, but they allow much better compile-time checking.
*/ */
class clock { class clock {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment