From cc3dcc22d52ab1b9445ef68a0b7e4931c5661b16 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 17 Dec 2020 20:13:31 +1100 Subject: [PATCH] docs: fix simple typo, throuh -> through There is a small typo in src/proc_cpuview.c. Should read `through` rather than `throuh`. Signed-off-by: tgates --- src/proc_cpuview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proc_cpuview.c b/src/proc_cpuview.c index b004663..c5bf9f9 100644 --- a/src/proc_cpuview.c +++ b/src/proc_cpuview.c @@ -411,7 +411,7 @@ static uint64_t diff_cpu_usage(struct cpuacct_usage *older, /* * Read cgroup CPU quota parameters from `cpu.cfs_quota_us` or * `cpu.cfs_period_us`, depending on `param`. Parameter value is returned - * throuh `value`. + * through `value`. */ static bool read_cpu_cfs_param(const char *cg, const char *param, int64_t *value) { -- 2.39.2