diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2017-01-15 18:00:45 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2017-01-15 18:00:45 +0000 |
| commit | 1d64db52f3005abc2dee2bcb818397d0fe4da857 (patch) | |
| tree | b792f8a9b8277e53bbd5a06588ae9dc82e0c771b /sys/cam | |
| parent | db4fcadf52c891afffded7fc72b9d9298bc39e77 (diff) | |
Notes
Diffstat (limited to 'sys/cam')
| -rw-r--r-- | sys/cam/cam_compat.h | 2 | ||||
| -rw-r--r-- | sys/cam/cam_iosched.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/cam_compat.h b/sys/cam/cam_compat.h index 72a3608032ce..a9390873b837 100644 --- a/sys/cam/cam_compat.h +++ b/sys/cam/cam_compat.h @@ -31,7 +31,7 @@ #ifndef _CAM_CAM_COMPAT_H #define _CAM_CAM_COMPAT_H -/* No user-servicable parts in here. */ +/* No user-serviceable parts in here. */ #ifdef _KERNEL int cam_compat_ioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flag, diff --git a/sys/cam/cam_iosched.h b/sys/cam/cam_iosched.h index 34c926d8d4ae..544c9006544e 100644 --- a/sys/cam/cam_iosched.h +++ b/sys/cam/cam_iosched.h @@ -31,7 +31,7 @@ #ifndef _CAM_CAM_IOSCHED_H #define _CAM_CAM_IOSCHED_H -/* No user-servicable parts in here. */ +/* No user-serviceable parts in here. */ #ifdef _KERNEL /* Forward declare all structs to keep interface thin */ |
