diff -Nru samba-3.2.0pre1.old/source/lib/ldb/common/ldb_dn.c samba-3.2.0pre1/source/lib/ldb/common/ldb_dn.c --- samba-3.2.0pre1.old/source/lib/ldb/common/ldb_dn.c 2007-10-31 18:04:46.437397008 +0100 +++ samba-3.2.0pre1/source/lib/ldb/common/ldb_dn.c 2007-10-31 18:42:10.839671458 +0100 @@ -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 -Nru samba-3.2.0pre1.old/source/lib/replace/replace.c samba-3.2.0pre1/source/lib/replace/replace.c --- samba-3.2.0pre1.old/source/lib/replace/replace.c 2007-10-31 18:04:45.437447153 +0100 +++ samba-3.2.0pre1/source/lib/replace/replace.c 2007-10-31 18:41:54.340503665 +0100 @@ -218,7 +218,7 @@ #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. ********************************************************************/ diff -Nru samba-3.2.0pre1.old/source/passdb/pdb_ldap.c samba-3.2.0pre1/source/passdb/pdb_ldap.c --- samba-3.2.0pre1.old/source/passdb/pdb_ldap.c 2007-10-31 18:04:50.437196421 +0100 +++ samba-3.2.0pre1/source/passdb/pdb_ldap.c 2007-10-31 18:42:35.338435731 +0100 @@ -5285,7 +5285,7 @@ } if (user_gid == group_gid) { - DEBUG (3, ("ldapsam_change_groupmem: can't remove user from it's own primary group!\n")); + DEBUG (3, ("ldapsam_change_groupmem: can't remove user from its own primary group!\n")); return NT_STATUS_MEMBERS_PRIMARY_GROUP; } } diff -Nru samba-3.2.0pre1.old/source/smbd/lanman.c samba-3.2.0pre1/source/smbd/lanman.c --- samba-3.2.0pre1.old/source/smbd/lanman.c 2007-10-31 18:04:39.937722949 +0100 +++ samba-3.2.0pre1/source/smbd/lanman.c 2007-10-31 18:41:37.341361077 +0100 @@ -1325,7 +1325,7 @@ } /* If someone sets SV_TYPE_LOCAL_LIST_ONLY but hasn't set - any other bit (they may just set this bit on it's own) they + any other bit (they may just set this bit on its own) they want all the locally seen servers. However this bit can be set on its own so set the requested servers to be ALL - DOMAIN_ENUM. */ diff -Nru samba-3.2.0pre1.old/source/smbd/trans2.c samba-3.2.0pre1/source/smbd/trans2.c --- samba-3.2.0pre1.old/source/smbd/trans2.c 2007-10-31 18:04:38.937773093 +0100 +++ samba-3.2.0pre1/source/smbd/trans2.c 2007-10-31 18:41:00.843201938 +0100 @@ -3265,7 +3265,7 @@ * * XXX: this really should be behind the VFS interface. To do this, we would * need to alter SMB_STRUCT_STAT so that it included a flags and a mask field. - * Each VFS module could then implement it's own mapping as appropriate for the + * Each VFS module could then implement its own mapping as appropriate for the * platform. We would then pass the SMB flags into SMB_VFS_CHFLAGS. */ static const struct {unsigned stat_fflag; unsigned smb_fflag;}