Typo fix.

PiperOrigin-RevId: 441054553
This commit is contained in:
Etienne Perot
2022-04-11 18:59:45 -07:00
committed by gVisor bot
parent 370672e989
commit f0cd0dba85
+1 -1
View File
@@ -205,7 +205,7 @@ func (c *cpuidEntries) Set(in cpuid.In, out cpuid.Out) {
}
}
if i == _KVM_NR_CPUID_ENTRIES {
panic("exceede KVM_NR_CPUID_ENTRIES")
panic("exceeded KVM_NR_CPUID_ENTRIES")
}
c.entries[i].eax = out.Eax