Corrected typo in comments in ksys_shmdt

This commit is contained in:
Chris Rabasa 2019-07-10 16:35:29 -04:00 committed by GitHub
parent e9a83bd232
commit 4d8f8d9f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1646,7 +1646,7 @@ long ksys_shmdt(char __user *shmaddr)
* were modified by partial mlock or munmap calls:
* - It first determines the size of the shm segment that should be
* unmapped: It searches for a vma that is backed by shm and that
* started at address shmaddr. It records it's size and then unmaps
* started at address shmaddr. It records its size and then unmaps
* it.
* - Then it unmaps all shm vmas that started at shmaddr and that
* are within the initially determined size and that are from the