diff options
author | 2002-07-02 19:38:54 +0000 | |
---|---|---|
committer | 2002-07-02 19:38:54 +0000 | |
commit | f92e66c23b92baa93654684b16d5446d44a82a92 (patch) | |
tree | 58bc8c0ea404323f12a3ddc30a577be56a4777f0 /sys/xfs/xfs_dev-common.c | |
parent | * use lostconn() as the SIGALRM handler in receive_data() as originally (diff) | |
download | wireguard-openbsd-f92e66c23b92baa93654684b16d5446d44a82a92.tar.xz wireguard-openbsd-f92e66c23b92baa93654684b16d5446d44a82a92.zip |
inital -> initial
Diffstat (limited to 'sys/xfs/xfs_dev-common.c')
-rw-r--r-- | sys/xfs/xfs_dev-common.c | 4 |
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); |