diff options
-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 |