s390x: spelling fixes

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Michael Tokarev 2023-07-14 14:20:07 +03:00
parent d8b71d96b3
commit cced0d6539
9 changed files with 9 additions and 9 deletions

View file

@ -249,7 +249,7 @@ static void init_groups(void)
{
int i;
/* init all bitmaps from gnerated data initially */
/* init all bitmaps from generated data initially */
for (i = 0; i < ARRAY_SIZE(s390_feature_groups); i++) {
s390_init_feat_bitmap(s390_feature_groups[i].init,
s390_feature_groups[i].feat);