summaryrefslogtreecommitdiffstats
path: root/sys/netsmb/smb_conn.h
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2001-12-31 19:29:43 +0000
committerbp <bp@FreeBSD.org>2001-12-31 19:29:43 +0000
commit544b7f650b84ebff1e5222615498b9bb03a79b74 (patch)
tree7af3b7ff40493e5b27d29b825f268462cb54eae3 /sys/netsmb/smb_conn.h
parent65c137db8e32df880beb38795b27baf339afb662 (diff)
downloadFreeBSD-src-544b7f650b84ebff1e5222615498b9bb03a79b74.zip
FreeBSD-src-544b7f650b84ebff1e5222615498b9bb03a79b74.tar.gz
Spelling fixes.
PR: kern/33131 Submitted by: Anders Andersson <anders@hack.org> MFC after: 1 week
Diffstat (limited to 'sys/netsmb/smb_conn.h')
-rw-r--r--sys/netsmb/smb_conn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netsmb/smb_conn.h b/sys/netsmb/smb_conn.h
index 80d5abb..5ea14f2 100644
--- a/sys/netsmb/smb_conn.h
+++ b/sys/netsmb/smb_conn.h
@@ -78,8 +78,8 @@
#define SMBV_WIN95 0x0010 /* used to apply bugfixes for this OS */
#define SMBV_PRIVATE 0x0020 /* connection can be used only by creator */
#define SMBV_RECONNECTING 0x0040 /* conn is in the process of reconnection */
-#define SMBV_SINGLESHARE 0x0080 /* only one share connectin should be allowed */
-#define SMBV_CREATE 0x0100 /* lookup for create opeartion */
+#define SMBV_SINGLESHARE 0x0080 /* only one share connecting should be allowed */
+#define SMBV_CREATE 0x0100 /* lookup for create operation */
/*#define SMBV_FAILED 0x0200*/ /* last reconnect attempt has failed */
@@ -114,7 +114,7 @@ struct smb_sopt {
u_int16_t sv_rawmode;
u_int32_t sv_maxraw; /* maximum raw-buffer size */
u_int32_t sv_skey; /* session key */
- u_int32_t sv_caps; /* capabilites SMB_CAP_ */
+ u_int32_t sv_caps; /* capabilities SMB_CAP_ */
};
/*
OpenPOWER on IntegriCloud