summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/smb_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb_macros.h b/source3/include/smb_macros.h
index fb3d394d0d..c44f245d2b 100644
--- a/source3/include/smb_macros.h
+++ b/source3/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__)