diff mbox series

mm: mmap: Fix a typo in comment "compatbility"->"compatibility"

Message ID 20200410163206.14016-1-ethp@qq.com (mailing list archive)
State New, archived
Headers show
Series mm: mmap: Fix a typo in comment "compatbility"->"compatibility" | expand

Commit Message

Ethon Paul April 10, 2020, 4:32 p.m. UTC
There is a typo in comment, fix it.

Signed-off-by: Ethon Paul <ethp@qq.com>
---
 mm/mmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ralph Campbell April 10, 2020, 7 p.m. UTC | #1
On 4/10/20 9:32 AM, Ethon Paul wrote:
> There is a typo in comment, fix it.
> 
> Signed-off-by: Ethon Paul <ethp@qq.com>

Reviewed-by: Ralph Campbell <rcampbell@nvidia.com>

> ---
>   mm/mmap.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/mmap.c b/mm/mmap.c
> index 8d77dbbb80fe..e14230d11845 100644
> --- a/mm/mmap.c
> +++ b/mm/mmap.c
> @@ -1207,7 +1207,7 @@ struct vm_area_struct *vma_merge(struct mm_struct *mm,
>   }
>   
>   /*
> - * Rough compatbility check to quickly see if it's even worth looking
> + * Rough compatibility check to quickly see if it's even worth looking
>    * at sharing an anon_vma.
>    *
>    * They need to have the same vm_file, and the flags can only differ
>
diff mbox series

Patch

diff --git a/mm/mmap.c b/mm/mmap.c
index 8d77dbbb80fe..e14230d11845 100644
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -1207,7 +1207,7 @@  struct vm_area_struct *vma_merge(struct mm_struct *mm,
 }
 
 /*
- * Rough compatbility check to quickly see if it's even worth looking
+ * Rough compatibility check to quickly see if it's even worth looking
  * at sharing an anon_vma.
  *
  * They need to have the same vm_file, and the flags can only differ