diff options
author | Volker Lendecke <vl@samba.org> | 2008-10-08 17:24:24 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-10-09 12:06:38 +0200 |
commit | 96a5d169dd3a8746270a9e086717ab6206ab02c6 (patch) | |
tree | 4807dbcf4da6a714dd7144839f40c93ee59bb4ff /source3 | |
parent | 4c68f3cd9b77414802bef08631ddb66325bfff4c (diff) | |
download | samba-96a5d169dd3a8746270a9e086717ab6206ab02c6.tar.gz samba-96a5d169dd3a8746270a9e086717ab6206ab02c6.tar.bz2 samba-96a5d169dd3a8746270a9e086717ab6206ab02c6.zip |
Fix a typo
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/ipc.c | 2 |
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; |