From: John Kacur <jkacur@redhat.com>
To: linux-rt-users <linux-rt-users@vger.kernel.org>
Cc: Clark Williams <williams@redhat.com>, John Kacur <jkacur@redhat.com>
Subject: [PATCH 3/4] python-linux-procfs: Fix spelling mistakes in comments
Date: Thu, 9 Oct 2025 16:27:31 -0400 [thread overview]
Message-ID: <20251009202732.57880-3-jkacur@redhat.com> (raw)
In-Reply-To: <20251009202732.57880-1-jkacur@redhat.com>
- Fix "progate" to "propagate"
- Fix "sistem" to "system"
Signed-off-by: John Kacur <jkacur@redhat.com>
---
procfs/procfs.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/procfs/procfs.py b/procfs/procfs.py
index 7e9459907d5f..c33aa73cd211 100755
--- a/procfs/procfs.py
+++ b/procfs/procfs.py
@@ -346,7 +346,7 @@ class process:
try:
setattr(self, attr, sclass(self.pid, self.basedir))
except FileNotFoundError:
- # The pid has disappeared, progate the error
+ # The pid has disappeared, propagate the error
raise
elif attr == "cmdline":
self.load_cmdline()
@@ -602,7 +602,7 @@ class interrupts:
The information comes from the /proc/interrupts file, documented in
'man procfs(5)', for instance, the 'cpu' dict is an array with one entry
- per CPU present in the sistem, each value being the number of interrupts
+ per CPU present in the system, each value being the number of interrupts
that took place per CPU.
E.g.:
--
2.51.0
next prev parent reply other threads:[~2025-10-09 20:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-09 20:27 [PATCH 1/4] python-linux-procfs: Remove import of range from six.moves John Kacur
2025-10-09 20:27 ` [PATCH 2/4] python-linux-procfs: Modernize packaging and update authorship John Kacur
2025-10-09 20:27 ` John Kacur [this message]
2025-10-09 20:27 ` [PATCH 4/4] python-linux-procfs: Bump version to 0.7.4 John Kacur
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251009202732.57880-3-jkacur@redhat.com \
--to=jkacur@redhat.com \
--cc=linux-rt-users@vger.kernel.org \
--cc=williams@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).