mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Typo fix.
PiperOrigin-RevId: 441054553
This commit is contained in:
committed by
gVisor bot
parent
370672e989
commit
f0cd0dba85
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user