summaryrefslogtreecommitdiffstats
path: root/src/cgtop
diff options
context:
space:
mode:
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>2023-09-19 10:02:05 +0200
committerJoerg Behrmann <behrmann@physik.fu-berlin.de>2023-09-19 10:05:38 +0200
commit7227dd816f0bfe0e91b248d74d59067082dd2fbd (patch)
tree811548c176bb343550f13f74ecc6716533e8728d /src/cgtop
parentupdate TODO (diff)
downloadsystemd-7227dd816f0bfe0e91b248d74d59067082dd2fbd.tar.xz
systemd-7227dd816f0bfe0e91b248d74d59067082dd2fbd.zip
treewide: fix typos
- mostly: usecase -> use case - continously -> continuously - single typos in docs/FILE_DESCRIPTOR_STORE.md
Diffstat (limited to 'src/cgtop')
-rw-r--r--src/cgtop/cgtop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c
index 6bbe0445a0..2e517a1636 100644
--- a/src/cgtop/cgtop.c
+++ b/src/cgtop/cgtop.c
@@ -139,7 +139,7 @@ static bool is_root_cgroup(const char *path) {
*
* Note that checking for a container environment is kinda ugly, since in theory people could use cgtop from
* inside a container where cgroup namespacing is turned off to watch the host system. However, that's mostly a
- * theoretic usecase, and if people actually try all they'll lose is accounting for the top-level cgroup. Which
+ * theoretic use case, and if people actually try all they'll lose is accounting for the top-level cgroup. Which
* isn't too bad. */
if (detect_container() > 0)