The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxcfs/pull/441

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
There is a small typo in src/proc_cpuview.c.

Should read `through` rather than `throuh`.


Semi-automated pull request generated by
https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
From ae2487f2b16ed9b906aa55cd3c5669078fbd059c Mon Sep 17 00:00:00 2001
From: Tim Gates <tim.ga...@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)
 {
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to