diff --git a/cli/adapter/PndAdapter.go b/cli/adapter/PndAdapter.go index 436f9d461010cc7c9f21e53215fbda50da0cfe5c..8fafc565c20f263116274a93c0c8aa91a6a171b8 100644 --- a/cli/adapter/PndAdapter.go +++ b/cli/adapter/PndAdapter.go @@ -74,7 +74,7 @@ func (p *PndAdapter) GetDevice(ctx context.Context, identifier string) (*ppb.Get return resp, nil } -// GetDevices requests all devices belonging to the PrincipalNetworkDomain +// GetFlattenedDevices requests all devices belonging to the PrincipalNetworkDomain // attached to this adapter. The requested devices also contain their config // information as gNMI notifications. func (p *PndAdapter) GetFlattenedDevices(ctx context.Context) (*ppb.GetFlattenedOndListResponse, error) {