diff options
Diffstat (limited to 'kapi/kapi/devices/bus.hpp')
| -rw-r--r-- | kapi/kapi/devices/bus.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kapi/kapi/devices/bus.hpp b/kapi/kapi/devices/bus.hpp index 913149fb..1f433efc 100644 --- a/kapi/kapi/devices/bus.hpp +++ b/kapi/kapi/devices/bus.hpp @@ -21,7 +21,7 @@ namespace kapi::devices //! A bus device that represents a logical/physical tree of devices and busses. struct bus : device { - //! Construct a bus with the given major number, minor number, and name. + //! Construct a bus with the given name. //! //! @param name The name of the bus. explicit bus(kstd::string const & name); |
