]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - sys-utils/ipcutils.c
misc: Fix various typos
[thirdparty/util-linux.git] / sys-utils / ipcutils.c
index 3c0fba3e0ba545e2c3a064caf6eb7c7eaafb94d2..51fce7b447ccdf7bfa5c31a8787c0a0fac9372f4 100644 (file)
@@ -136,7 +136,7 @@ int ipc_shm_get_info(int id, struct shm_data **shmds)
                           &p->shm_ctim,
                           &p->shm_rss,
                           &p->shm_swp) < 14)
-                       continue; /* ivalid line, skipped */
+                       continue; /* invalid line, skipped */
 
                if (id > -1) {
                        /* ID specified */