Skip to content

Commit 108ab40

Browse files
JuliaLawallhcahca
authored andcommitted
s390/hypfs: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Carstens <[email protected]>
1 parent 4b03b3e commit 108ab40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/s390/hypfs/hypfs_vm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ int hypfs_vm_create_files(struct dentry *root)
190190
if (IS_ERR(data))
191191
return PTR_ERR(data);
192192

193-
/* Hpervisor Info */
193+
/* Hypervisor Info */
194194
dir = hypfs_mkdir(root, "hyp");
195195
if (IS_ERR(dir)) {
196196
rc = PTR_ERR(dir);

0 commit comments

Comments
 (0)