Skip to content

Commit fd985c7

Browse files
committed
fixed a spelling error
1 parent 15a1182 commit fd985c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/npm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func (npMgr *NetworkPolicyManager) Start(config npmconfig.Config, stopCh <-chan
192192
// Starts all informers manufactured by npMgr's informerFactory.
193193
npMgr.InformerFactory.Start(stopCh)
194194

195-
// npn lite
195+
// npm lite
196196
if npMgr.NpmLiteToggle {
197197
npMgr.PodInformerFactory.Start(stopCh)
198198
}

0 commit comments

Comments
 (0)