s390/kernel: fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Mon, 22 Mar 2021 06:25:00 +0000 (11:55 +0530)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 22 Mar 2021 10:36:05 +0000 (11:36 +0100)
s/struture/structure/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/20210322062500.3109603-1-unixbhaskar@gmail.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/os_info.c

index 0a5e4ba..5a7420b 100644 (file)
@@ -52,7 +52,7 @@ void os_info_entry_add(int nr, void *ptr, u64 size)
 }
 
 /*
- * Initialize OS info struture and set lowcore pointer
+ * Initialize OS info structure and set lowcore pointer
  */
 void __init os_info_init(void)
 {