diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-05-05 14:10:25 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-05-05 14:10:25 +0000 |
| commit | 0c42807c05f2d37093fbb4fee06c8fea431c6ecc (patch) | |
| tree | cbea64aed6f5bfe2a595af76ff14c8709b68183c /sys | |
| parent | 773065b3b876fecd31cc1b7f7bad7636d71ecd3d (diff) | |
Notes
Diffstat (limited to 'sys')
| -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) |
