Fixes: 764bf26873b9 ("add FreeBSD support")
Signed-off-by: Jerin Jacob <[email protected]>
---
drivers/bus/pci/bsd/pci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/bus/pci/bsd/pci.c b/drivers/bus/pci/bsd/pci.c
index facc4b12b..3daf5bd55 100644
--- a/drivers/bus/pci/bsd/pci.c
+++ b/drivers/bus/pci/bsd/pci.c
@@ -75,7 +75,7 @@
/**
* @file
- * PCI probing under linux
+ * PCI probing under bsd
*
* This code is used to simulate a PCI probe by parsing information in
* sysfs. Moreover, when a registered driver matches a device, the
--
2.15.0