Skip to content

Commit

Permalink
Fix a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolam committed Jan 17, 2025
1 parent 2f92262 commit 57e021c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-pcied/scripts/pcied
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class DaemonPcied(daemon_base.DaemonBase):

self.status_table.set("status", fvs)

# Check if any interface is in detaching mode by querying the state_db
# Check if any PCI interface is in detaching mode by querying the state_db
def is_dpu_in_detaching_mode(self, pcie_dev):
# Ensure detach_info is not None
if self.detach_info is None:
Expand Down

0 comments on commit 57e021c

Please sign in to comment.