mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-07 16:45:35 +00:00
Fix many typos in both code and comments
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
This commit is contained in:
@@ -32,7 +32,7 @@ import (
|
||||
// from NAS parallel benchmark (NPB) suite.
|
||||
type npbEPWorkload struct{}
|
||||
|
||||
// Ensure npbEPWorkload implemets NodePerfWorkload interface.
|
||||
// Ensure npbEPWorkload implements NodePerfWorkload interface.
|
||||
var _ NodePerfWorkload = &npbEPWorkload{}
|
||||
|
||||
func (w npbEPWorkload) Name() string {
|
||||
|
||||
Reference in New Issue
Block a user