summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2013-06-10 04:16:33 +0000
committerdlg <dlg@openbsd.org>2013-06-10 04:16:33 +0000
commita7dbfa8d07e73ee1b66aed7a1aef39c26a18c50e (patch)
treefe8e3f16fecbdfb9000f3178f5352bf881b5e1f3
parentwe dont need mpath ccbs if all theyre used for is storing xfers on a list. (diff)
downloadwireguard-openbsd-a7dbfa8d07e73ee1b66aed7a1aef39c26a18c50e.tar.xz
wireguard-openbsd-a7dbfa8d07e73ee1b66aed7a1aef39c26a18c50e.zip
spelling in comment fix (for real, there's no code change here).
-rw-r--r--sys/scsi/mpathvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/mpathvar.h b/sys/scsi/mpathvar.h
index b826ff34e90..a4c7ca4171f 100644
--- a/sys/scsi/mpathvar.h
+++ b/sys/scsi/mpathvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpathvar.h,v 1.3 2011/07/11 01:02:48 dlg Exp $ */
+/* $OpenBSD: mpathvar.h,v 1.4 2013/06/10 04:16:33 dlg Exp $ */
/*
* Copyright (c) 2010 David Gwynne <dlg@openbsd.org>
@@ -40,7 +40,7 @@ struct mpath_path {
struct scsi_link *p_link;
int p_gid;
- /* the follwoing are private to mpath.c */
+ /* the following are private to mpath.c */
TAILQ_ENTRY(mpath_path) p_entry;
struct mpath_dev *p_dev;
int p_state;