diff options
author | 2013-06-10 04:16:33 +0000 | |
---|---|---|
committer | 2013-06-10 04:16:33 +0000 | |
commit | a7dbfa8d07e73ee1b66aed7a1aef39c26a18c50e (patch) | |
tree | fe8e3f16fecbdfb9000f3178f5352bf881b5e1f3 | |
parent | we dont need mpath ccbs if all theyre used for is storing xfers on a list. (diff) | |
download | wireguard-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.h | 4 |
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; |