diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2000-05-05 14:10:25 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2000-05-05 14:10:25 +0000 |
commit | 098a35a51fe0bb1dac341eb65b3ea76955e18fe3 (patch) | |
tree | f7b04f0e0e4ec0b456f816c232c8fa68967ca979 /sys/dev/ppbus | |
parent | 86ec308f90cca57fecab8062b5a26e6ae1bca976 (diff) | |
download | FreeBSD-src-098a35a51fe0bb1dac341eb65b3ea76955e18fe3.zip FreeBSD-src-098a35a51fe0bb1dac341eb65b3ea76955e18fe3.tar.gz |
Confusing comment.
Diffstat (limited to 'sys/dev/ppbus')
-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 0a2b314..15d02ed 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) |