diff options
author | imp <imp@FreeBSD.org> | 2014-05-23 00:20:53 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2014-05-23 00:20:53 +0000 |
commit | 1cda8e9c8e7a870ea9afe29e4a7f91ef7ea30af8 (patch) | |
tree | 0fdd5414d3cff496d5ea4e3c64d352738564b093 | |
parent | b7502fd352634095fd663465937f566f7e9cb202 (diff) | |
download | FreeBSD-src-1cda8e9c8e7a870ea9afe29e4a7f91ef7ea30af8.zip FreeBSD-src-1cda8e9c8e7a870ea9afe29e4a7f91ef7ea30af8.tar.gz |
Fix the comment. This really isn't just a 4.x compatibility thing, but
is used pervasively through our tree, making it really part of the API.
-rw-r--r-- | sys/sys/bus.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/bus.h b/sys/sys/bus.h index 06e0f6c..ae05726 100644 --- a/sys/sys/bus.h +++ b/sys/sys/bus.h @@ -122,8 +122,7 @@ typedef struct kobj_class driver_t; typedef struct devclass *devclass_t; /** - * @brief A device method (included mainly for compatibility with - * FreeBSD 4.x). + * @brief A device method */ #define device_method_t kobj_method_t |