summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/replace.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-01-16 09:26:24 +1100
committerAndrew Bartlett <abartlet@samba.org>2008-01-16 09:26:24 +1100
commite02e67ec36ecc5f5af2fcf3a7c6b0282173df8aa (patch)
tree0e615183dba95d8268b8e9bd553928581eca1ccb /source4/lib/replace/replace.c
parent9ff39862266f19c2a8e0243ec97ea8d7c463c3ef (diff)
parentc92a1d0752abf42a76e16e7c19229841ac35dc81 (diff)
downloadsamba-e02e67ec36ecc5f5af2fcf3a7c6b0282173df8aa.tar.gz
samba-e02e67ec36ecc5f5af2fcf3a7c6b0282173df8aa.tar.xz
samba-e02e67ec36ecc5f5af2fcf3a7c6b0282173df8aa.zip
Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartlet
(This used to be commit c4aba5ad01f5095ad7a9d0d0f1e3c6afedbbd9b7)
Diffstat (limited to 'source4/lib/replace/replace.c')
-rw-r--r--source4/lib/replace/replace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/replace.c b/source4/lib/replace/replace.c
index cec158be31..b2a240e8ab 100644
--- a/source4/lib/replace/replace.c
+++ b/source4/lib/replace/replace.c
@@ -218,7 +218,7 @@ long nap(long milliseconds) {
#ifndef HAVE_MEMMOVE
/*******************************************************************
safely copies memory, ensuring no overlap problems.
-this is only used if the machine does not have it's own memmove().
+this is only used if the machine does not have its own memmove().
this is not the fastest algorithm in town, but it will do for our
needs.
********************************************************************/