summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-10-08 17:24:24 +0200
committerVolker Lendecke <vl@samba.org>2008-10-09 12:06:38 +0200
commit96a5d169dd3a8746270a9e086717ab6206ab02c6 (patch)
tree4807dbcf4da6a714dd7144839f40c93ee59bb4ff /source3/smbd
parent4c68f3cd9b77414802bef08631ddb66325bfff4c (diff)
downloadsamba-96a5d169dd3a8746270a9e086717ab6206ab02c6.tar.gz
samba-96a5d169dd3a8746270a9e086717ab6206ab02c6.tar.bz2
samba-96a5d169dd3a8746270a9e086717ab6206ab02c6.zip
Fix a typo
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c
index f4c45999ba..0f2caad86f 100644
--- a/source3/smbd/ipc.c
+++ b/source3/smbd/ipc.c
@@ -318,7 +318,7 @@ static void api_fd_reply(connection_struct *conn, uint16 vuid,
/* Get the file handle and hence the file name. */
/*
* NB. The setup array has already been transformed
- * via SVAL and so is in gost byte order.
+ * via SVAL and so is in host byte order.
*/
pnum = ((int)setup[1]) & 0xFFFF;
subcommand = ((int)setup[0]) & 0xFFFF;