1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-15 04:57:56 +00:00

Fix typo: suppported -> supported

Signed-off-by: Rui Cao <ruicao@alauda.io>
This commit is contained in:
Rui Cao 2018-10-02 21:58:29 +08:00 committed by Markus Lehtonen
parent 41f9a14a24
commit 4bab607b82

View file

@ -28,7 +28,7 @@ type Source struct{}
// Name returns an identifier string for this feature source.
func (s Source) Name() string { return "rdt" }
// Discover returns feature names for CMT and CAT if suppported.
// Discover returns feature names for CMT and CAT if supported.
func (s Source) Discover() ([]string, error) {
features := []string{}