diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ppbus/ppbconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/ppbconf.c b/sys/dev/ppbus/ppbconf.c index 0a2b314b954e..15d02eda5969 100644 --- a/sys/dev/ppbus/ppbconf.c +++ b/sys/dev/ppbus/ppbconf.c @@ -504,7 +504,7 @@ ppb_request_bus(device_t bus, device_t dev, int how) /* * ppb_release_bus() * - * Release the device allocated with ppb_request_dev() + * Release the device allocated with ppb_request_bus() */ int ppb_release_bus(device_t bus, device_t dev) |
