summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2013-04-17 11:45:15 +0000
committergabor <gabor@FreeBSD.org>2013-04-17 11:45:15 +0000
commit188c638b60fe60e70310769b4c68de8ab101ae45 (patch)
tree0bc40bcd45f885e71a3eb81f70ca7998866dbf64 /sys/cam
parent3d6a89082dd54cd36101ae25fb261f0129a5770d (diff)
downloadFreeBSD-src-188c638b60fe60e70310769b4c68de8ab101ae45.zip
FreeBSD-src-188c638b60fe60e70310769b4c68de8ab101ae45.tar.gz
- Corrrect mispellings of word useful
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_periph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/cam_periph.h b/sys/cam/cam_periph.h
index 48aea0c..274537e 100644
--- a/sys/cam/cam_periph.h
+++ b/sys/cam/cam_periph.h
@@ -90,7 +90,7 @@ typedef enum {
CAM_PERIPH_BIO
} cam_periph_type;
-/* Generically usefull offsets into the peripheral private area */
+/* Generically useful offsets into the peripheral private area */
#define ppriv_ptr0 periph_priv.entries[0].ptr
#define ppriv_ptr1 periph_priv.entries[1].ptr
#define ppriv_field0 periph_priv.entries[0].field
OpenPOWER on IntegriCloud