]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - ipc/sem.c
Fix common misspellings
[mirror_ubuntu-zesty-kernel.git] / ipc / sem.c
index ae040a0727c2101b0acf03c915669449aff37b90..34193ed69fbe03bcd6d5514f557e5eed5865b96f 100644 (file)
--- a/ipc/sem.c
+++ b/ipc/sem.c
@@ -1362,7 +1362,7 @@ SYSCALL_DEFINE4(semtimedop, int, semid, struct sembuf __user *, tsops,
         * semid identifiers are not unique - find_alloc_undo may have
         * allocated an undo structure, it was invalidated by an RMID
         * and now a new array with received the same id. Check and fail.
-        * This case can be detected checking un->semid. The existance of
+        * This case can be detected checking un->semid. The existence of
         * "un" itself is guaranteed by rcu.
         */
        error = -EIDRM;