summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/cnode.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-02-15 12:11:45 +0000
committerrwatson <rwatson@FreeBSD.org>2008-02-15 12:11:45 +0000
commit860deb0bbc30d2ae9366eba26dec1246196199f6 (patch)
tree957786740c7c77c69b8d578b23cbecc3d82ae1f8 /sys/fs/coda/cnode.h
parentac6e0fc083e9cc7f7d14c0eea72af8a0b59266b0 (diff)
downloadFreeBSD-src-860deb0bbc30d2ae9366eba26dec1246196199f6.zip
FreeBSD-src-860deb0bbc30d2ae9366eba26dec1246196199f6.tar.gz
Spell replys as replies.
MFC after: 1 month
Diffstat (limited to 'sys/fs/coda/cnode.h')
-rw-r--r--sys/fs/coda/cnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/coda/cnode.h b/sys/fs/coda/cnode.h
index f2797fc..85a4bec 100644
--- a/sys/fs/coda/cnode.h
+++ b/sys/fs/coda/cnode.h
@@ -131,7 +131,7 @@ struct vcomm {
u_long vc_seq;
struct selinfo vc_selproc;
struct queue vc_requests;
- struct queue vc_replys;
+ struct queue vc_replies;
};
#define VC_OPEN(vcp) ((vcp)->vc_requests.forw != NULL)
OpenPOWER on IntegriCloud