summaryrefslogtreecommitdiff
path: root/source/include/smb_macros.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-30 14:55:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:22 -0500
commit08e309e955eea58df1eb88f848386eb2acbd31ba (patch)
tree0d2a897464b98f5a5e5a654177c65c911dbb248f /source/include/smb_macros.h
parent1f396cc237e3861b216d03a7af9e461578cf448a (diff)
downloadsamba-08e309e955eea58df1eb88f848386eb2acbd31ba.tar.gz
r24803: For some funny reason us4/gcc seems to fall over the '
Diffstat (limited to 'source/include/smb_macros.h')
-rw-r--r--source/include/smb_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/smb_macros.h b/source/include/smb_macros.h
index fb3d394d0d3..c44f245d2b4 100644
--- a/source/include/smb_macros.h
+++ b/source/include/smb_macros.h
@@ -277,7 +277,7 @@ copy an IP address from one buffer to another
#if 0
-Disable these now we've checked all code paths and ensured
+Disable these now we have checked all code paths and ensured
NULL returns on zero request. JRA.
#define TALLOC(ctx, size) talloc_zeronull(ctx, size, __location__)