Skip to content

Commit 15a1182

Browse files
committed
fixed comment
1 parent 3089651 commit 15a1182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/pkg/dataplane/dataplane_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (dp *DataPlane) initializeDataPlane() error {
7171
filterMapAttached := map[string]uint16{"State": hcnEndpointStateAttached}
7272
filterAttached, err := json.Marshal(filterMapAttached)
7373
if err != nil {
74-
return errors.Wrap(err, "failed to marshal endpoint filter map for attched state on L1VH Node")
74+
return errors.Wrap(err, "failed to marshal endpoint filter map for attched state")
7575
}
7676
dp.endpointQueryAttachedState.query.Filter = string(filterAttached)
7777

0 commit comments

Comments
 (0)