Skip to content

Commit

Permalink
Capitalize IOMMU
Browse files Browse the repository at this point in the history
  • Loading branch information
HikariKnight committed Mar 8, 2023
1 parent c020bf5 commit e4e686f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func main() {
// Function to just print out a string array to STDOUT
func printoutput(out []string) {
if len(out) == 0 {
log.Fatal("IOMMU disabled in UEFI/BIOS and/or you have not configured your\n\t\t bootloader to enable iommu with the kernel boot arguments!")
log.Fatal("IOMMU disabled in UEFI/BIOS and/or you have not configured your\n\t\t bootloader to enable IOMMU with the kernel boot arguments!")
}

// Remove duplicate lines
Expand Down

0 comments on commit e4e686f

Please sign in to comment.