summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@sernet.de>2007-11-26 15:28:13 +0100
committerStefan Metzmacher <metze@samba.org>2008-01-15 13:42:53 +0100
commitbab53c5e53bac25b7031838953de6083dbbfbc5d (patch)
tree6fe6efcfec68145edc1a59a8305fe3675ae79144 /source4/lib
parent0aed6d4125a2c9b525e1119b72c36b651dd4ef3f (diff)
downloadsamba-bab53c5e53bac25b7031838953de6083dbbfbc5d.tar.gz
samba-bab53c5e53bac25b7031838953de6083dbbfbc5d.tar.bz2
samba-bab53c5e53bac25b7031838953de6083dbbfbc5d.zip
Fix bug 5055
(lib/replace part of 8bcd2df841bae63e7d58c35d4728b7d853471697 metze) (This used to be commit 8db9e196506f530c780d93e16da590566d16a407)
Diffstat (limited to 'source4/lib')
-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.
********************************************************************/