mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Typo fix: unknow -> unknown
PiperOrigin-RevId: 454205194
This commit is contained in:
committed by
gVisor bot
parent
72412f62da
commit
1d70ac89c5
@@ -126,7 +126,7 @@ func DelGLock(class *MutexClass, subclass uint32) {
|
||||
panic("the current goroutine doesn't have locks")
|
||||
}
|
||||
if _, ok := (*currentLocks)[class]; !ok {
|
||||
panic("unlock of an unknow lock")
|
||||
panic("unlock of an unknown lock")
|
||||
}
|
||||
|
||||
delete(*currentLocks, class)
|
||||
|
||||
Reference in New Issue
Block a user