[lxc-devel] [lxcfs/master] docs: fix simple typo, throuh -> through

timgates42 on Github lxc-bot at linuxcontainers.org
Thu Dec 17 09:13:46 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 500 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20201217/e825016d/attachment.bin>
-------------- next part --------------
From ae2487f2b16ed9b906aa55cd3c5669078fbd059c Mon Sep 17 00:00:00 2001
From: Tim Gates <tim.gates at iress.com>
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`.
---
 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)
 {


More information about the lxc-devel mailing list