From 5e2235843ed98afafc9309067dea651196a62b5f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 27 Jul 2003 10:25:44 +0000 Subject: Fix comment (This used to be commit 2c395a3904395c2743df9c3035459c6f3866232d) --- source3/libsmb/smb_signing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/libsmb/smb_signing.c b/source3/libsmb/smb_signing.c index 977d5e3905..305a741ef1 100644 --- a/source3/libsmb/smb_signing.c +++ b/source3/libsmb/smb_signing.c @@ -230,7 +230,7 @@ static void simple_packet_signature(struct smb_basic_signing_context *data, /* Calculate the 16 byte MAC - but don't alter the data in the incoming packet. - This makes for a bit for fussing about, but it's not too bad. + This makes for a bit of fussing about, but it's not too bad. */ MD5Init(&md5_ctx); -- cgit