test: Fix copying mistake (typo)

This commit is contained in:
mintsuki 2023-06-03 01:51:17 +02:00
parent bee1d50c1a
commit e91196d452
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ struct limine_internal_module internal_module2 = {
struct limine_internal_module internal_module3 = { struct limine_internal_module internal_module3 = {
.path = "./limine.cfg", .path = "./limine.cfg",
.cmdline = "Second internal module" .cmdline = "Third internal module"
}; };
struct limine_internal_module *internal_modules[] = { struct limine_internal_module *internal_modules[] = {