Update runtime files
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index 054b870..8c458fb 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -1,4 +1,4 @@
-*repeat.txt* For Vim version 9.0. Last change: 2023 Feb 25
+*repeat.txt* For Vim version 9.0. Last change: 2023 Apr 02
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1150,8 +1150,8 @@
- The accuracy of the time measured depends on the gettimeofday(), or
clock_gettime if available, system function. The accuracy ranges from 1/100
- second to nano seconds. With clock_gettime the times are displayed in nano
- seconds, otherwise micro seconds. You can use `has("prof_nsec")`.
+ second to nanoseconds. With clock_gettime the times are displayed in
+ nanoseconds, otherwise microseconds. You can use `has("prof_nsec")`.
- Real elapsed time is measured, if other processes are busy they may cause
delays at unpredictable moments. You may want to run the profiling several