aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2017-01-15 18:00:45 +0000
committerConrad Meyer <cem@FreeBSD.org>2017-01-15 18:00:45 +0000
commit1d64db52f3005abc2dee2bcb818397d0fe4da857 (patch)
treeb792f8a9b8277e53bbd5a06588ae9dc82e0c771b /sys/cam
parentdb4fcadf52c891afffded7fc72b9d9298bc39e77 (diff)
Notes
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_compat.h2
-rw-r--r--sys/cam/cam_iosched.h2
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 */