diff options
author | Richard Sharpe <realrichardsharpe@gmail.com> | 2012-02-29 19:45:29 -0800 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2012-03-01 06:55:44 +0100 |
commit | 8b01b88fe85ef69a054456540ff3c92927bfc08a (patch) | |
tree | c48f96cb8a81f94649c2cb26cb295d2d1a936c9e /source3/include | |
parent | 8ea2b5da0c9a8a2bb4e1c93d96d1d7c500ab88b8 (diff) | |
download | samba-8b01b88fe85ef69a054456540ff3c92927bfc08a.tar.gz samba-8b01b88fe85ef69a054456540ff3c92927bfc08a.tar.bz2 samba-8b01b88fe85ef69a054456540ff3c92927bfc08a.zip |
Trivial Comment fix: Supply a missing word in a comment
Autobuild-User: Richard Sharpe <sharpe@samba.org>
Autobuild-Date: Thu Mar 1 06:55:44 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index a54d2069a8..d93f30d483 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -461,7 +461,7 @@ struct smb_request { /* * Async handling in the main smb processing loop is directed by * outbuf: reply_xxx routines indicate sync behaviour by putting their - * reply into "outbuf". If they leave it as NULL, they take of it + * reply into "outbuf". If they leave it as NULL, they take care of it * themselves, possibly later. * * If async handling is wanted, the reply_xxx routine must make sure |