Skip to content

Commit 321babe

Browse files
committed
Fix the documentation about clocks (sorry for my french)
1 parent d41a22a commit 321babe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/solo5.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ solo5_result_t solo5_set_tls_base(uintptr_t base);
176176
* The monotonic clock corresponds to the CPU time spent since the boot time.
177177
* The monotonic cannot be relied upon to provide accurate results — unless
178178
* great care is taken to correct the possible flaws. Indeed, if the
179-
* microkernel is suspended by le système hôte, the monotonic clock will no
179+
* microkernel is suspended by the host system, the monotonic clock will no
180180
* longer be aligned with the "real time elapsed" since the boot.
181181
*
182182
* The wall clock corresponds to the host's clock. Indeed, each time

0 commit comments

Comments
 (0)