summaryrefslogtreecommitdiff
path: root/device/dev_name.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-02 16:02:48 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-01-02 20:08:45 +0100
commitb8fdffc2877992e5c5121bb7e011561581691d14 (patch)
treedf67652cc18d280f43e00c7c0e7205a8b0516ad1 /device/dev_name.c
parent0e2ab14cc24de704b00f63d1f47cf93245aa5d32 (diff)
device: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'device/dev_name.c')
-rw-r--r--device/dev_name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/dev_name.c b/device/dev_name.c
index 5bf62a0..175e389 100644
--- a/device/dev_name.c
+++ b/device/dev_name.c
@@ -207,7 +207,7 @@ boolean_t dev_name_lookup(
}
*unit += (slice_num << 4);
- /* if slice==0, it is either compatability or whole device */
+ /* if slice==0, it is either compatibility or whole device */
if (c >= 'a' && c < 'a' + j) { /* note: w/o this -> whole slice */
/*