Fix remaining typos in the codebase (and update CI checks)

This commit is contained in:
Delgan 2024-05-02 16:28:51 +00:00
parent 00234696fe
commit b3313cefc6
7 changed files with 12 additions and 12 deletions

View file

@ -129,7 +129,7 @@ refresh_device_stats(struct private *m)
while ((read = getline(&line, &len, fp)) != -1) {
/*
* For an explanation of the fields bellow, see
* For an explanation of the fields below, see
* https://www.kernel.org/doc/Documentation/ABI/testing/procfs-diskstats
*/
uint8_t major_number = 0;