diff options
| author | Heiko Carstens <hca@linux.ibm.com> | 2023-06-28 16:23:20 +0200 |
|---|---|---|
| committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2023-07-03 11:19:42 +0200 |
| commit | cada938a01586fc144902919e133354b1459db04 (patch) | |
| tree | 19f666deee8296a0f2b5e10b315d9fb782df00fc /arch/s390/kernel/setup.c | |
| parent | 2b70a11955366b0732fbb63562458c316e01384a (diff) | |
| download | linux-cada938a01586fc144902919e133354b1459db04.tar.gz linux-cada938a01586fc144902919e133354b1459db04.tar.bz2 linux-cada938a01586fc144902919e133354b1459db04.zip | |
s390: fix various typos
Fix various typos found with codespell.
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'arch/s390/kernel/setup.c')
| -rw-r--r-- | arch/s390/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/kernel/setup.c b/arch/s390/kernel/setup.c index fe10da1a271e..00d76448319d 100644 --- a/arch/s390/kernel/setup.c +++ b/arch/s390/kernel/setup.c @@ -529,7 +529,7 @@ static void __init setup_resources(void) res->start = start; /* * In memblock, end points to the first byte after the - * range while in resourses, end points to the last byte in + * range while in resources, end points to the last byte in * the range. */ res->end = end - 1; |
