Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/hypfs: fix typos in comments

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220430191122.8667-5-Julia.Lawall@inria.fr
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>

authored by

Julia Lawall and committed by
Heiko Carstens
108ab40f 4b03b3ee

+1 -1
+1 -1
arch/s390/hypfs/hypfs_vm.c
··· 190 190 if (IS_ERR(data)) 191 191 return PTR_ERR(data); 192 192 193 - /* Hpervisor Info */ 193 + /* Hypervisor Info */ 194 194 dir = hypfs_mkdir(root, "hyp"); 195 195 if (IS_ERR(dir)) { 196 196 rc = PTR_ERR(dir);