diff options
| author | Haofeng Li <lihaofeng@kylinos.cn> | 2025-09-10 17:37:03 +0800 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2025-09-21 10:02:02 +0200 |
| commit | 391253b25f078d2fe5657a1dedd360396d186407 (patch) | |
| tree | ee8c710d5b61ed65ba3d16cdc4c994dd7180409e /kernel/time/clocksource.c | |
| parent | b9aa93aa5185aee76c4c7a5ba4432b4d0d15f797 (diff) | |
| download | lwn-391253b25f078d2fe5657a1dedd360396d186407.tar.gz lwn-391253b25f078d2fe5657a1dedd360396d186407.zip | |
time: Fix spelling mistakes in comments
Correct several typos found in comments across various files in the
kernel/time directory.
No functional changes are introduced by these corrections.
Signed-off-by: Haofeng Li <lihaofeng@kylinos.cn>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/time/clocksource.c')
| -rw-r--r-- | kernel/time/clocksource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c index 3edb01db3aa1..a1890a073196 100644 --- a/kernel/time/clocksource.c +++ b/kernel/time/clocksource.c @@ -144,7 +144,7 @@ static u64 suspend_start; * Default for maximum permissible skew when cs->uncertainty_margin is * not specified, and the lower bound even when cs->uncertainty_margin * is specified. This is also the default that is used when registering - * clocks with unspecifed cs->uncertainty_margin, so this macro is used + * clocks with unspecified cs->uncertainty_margin, so this macro is used * even in CONFIG_CLOCKSOURCE_WATCHDOG=n kernels. */ #define WATCHDOG_MAX_SKEW (MAX_SKEW_USEC * NSEC_PER_USEC) |
