diff options
author | Volker Lendecke <vl@sernet.de> | 2007-11-26 15:28:13 +0100 |
---|---|---|
committer | Volker Lendecke <vl@sernet.de> | 2007-11-26 15:28:13 +0100 |
commit | d4bfafa29c62c69b002b1ca9f527c51c00fd3fd6 (patch) | |
tree | 317061606fbd53bfd44e5039e1de7058e0230b1e /source3/lib | |
parent | 2b32252b8abb7c27e3db60c6e2972254f7b0c8c8 (diff) | |
download | samba-d4bfafa29c62c69b002b1ca9f527c51c00fd3fd6.tar.gz samba-d4bfafa29c62c69b002b1ca9f527c51c00fd3fd6.tar.bz2 samba-d4bfafa29c62c69b002b1ca9f527c51c00fd3fd6.zip |
Fix bug 5055
(This used to be commit 8bcd2df841bae63e7d58c35d4728b7d853471697)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/ldb/common/ldb_dn.c | 2 | ||||
-rw-r--r-- | source3/lib/replace/replace.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/ldb/common/ldb_dn.c b/source3/lib/ldb/common/ldb_dn.c index 155c48514a..7ef3c38024 100644 --- a/source3/lib/ldb/common/ldb_dn.c +++ b/source3/lib/ldb/common/ldb_dn.c @@ -26,7 +26,7 @@ * * Component: ldb dn explode and utility functions * - * Description: - explode a dn into it's own basic elements + * Description: - explode a dn into its own basic elements * and put them in a structure * - manipulate ldb_dn structures * diff --git a/source3/lib/replace/replace.c b/source3/lib/replace/replace.c index cec158be31..b2a240e8ab 100644 --- a/source3/lib/replace/replace.c +++ b/source3/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. ********************************************************************/ |