summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2013-06-10 04:16:34 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2013-06-10 04:16:34 +0000
commit86b2d133a673f3bc8afe7793ee6fce710318ea63 (patch)
treeff1e5788ae29711a0c38b62846ae93dcb9c42cfb
parenta492b15e3da22beeccafb8324b603cfb52cb9c3d (diff)
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;