From: Jiangshan Yi <yijiangshan@xxxxxxxxxx> Fix spelling typo in comment. Reported-by: k2ci <kernel-bot@xxxxxxxxxx> Signed-off-by: Jiangshan Yi <yijiangshan@xxxxxxxxxx> --- include/linux/kvm_host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 83cf7fd842e0..3fd6c198d222 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -1311,7 +1311,7 @@ bool kvm_gfn_to_pfn_cache_check(struct kvm *kvm, struct gfn_to_pfn_cache *gpc, * -EFAULT for an untranslatable guest physical address. * * This will attempt to refresh a gfn_to_pfn_cache. Note that a successful - * returm from this function does not mean the page can be immediately + * return from this function does not mean the page can be immediately * accessed because it may have raced with an invalidation. Callers must * still lock and check the cache status, as this function does not return * with the lock still held to permit access. -- 2.25.1