summaryrefslogtreecommitdiff
path: root/sys/xfs
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2002-07-02 19:38:56 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2002-07-02 19:38:56 +0000
commit455d1983e8764c0949b892923117c63399cdedb5 (patch)
tree12f00626cd371f548174bd24633cbed074be5590 /sys/xfs
parent08164aa7b48cddaba444394214fd10fa49bf5cd9 (diff)
inital -> initial
Diffstat (limited to 'sys/xfs')
-rw-r--r--sys/xfs/xfs_dev-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/xfs/xfs_dev-common.c b/sys/xfs/xfs_dev-common.c
index 929e8a41628..d3894d3a19a 100644
--- a/sys/xfs/xfs_dev-common.c
+++ b/sys/xfs/xfs_dev-common.c
@@ -39,7 +39,7 @@
#include <xfs/xfs_dev.h>
#include <xfs/xfs_deb.h>
-RCSID("$Id: xfs_dev-common.c,v 1.4 2002/06/07 04:10:32 hin Exp $");
+RCSID("$Id: xfs_dev-common.c,v 1.5 2002/07/02 19:38:55 nate Exp $");
struct xfs_channel xfs_channel[NXFS];
@@ -106,7 +106,7 @@ xfs_devopen_common(dev_t dev, struct proc *p)
chan->message_buffer = xfs_alloc(MAX_XMSG_SIZE);
- /* initalize the queues if they have not been initialized before */
+ /* initialize the queues if they have not been initialized before */
xfs_initq(&chan->sleepq);
xfs_initq(&chan->messageq);