X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap_r%2Frdwr.c;h=2e749290e23f70afd5d97c0d1558006239894553;hb=465b1c5972eef1d4e60eb98ae3776d33e270853d;hp=096d0744a5af2c6fbb0a05d3a09c8c894526843f;hpb=bfbc6fe4a6e515189962aebba517138d909fbfed;p=openldap diff --git a/libraries/libldap_r/rdwr.c b/libraries/libldap_r/rdwr.c index 096d0744a5..2e749290e2 100644 --- a/libraries/libldap_r/rdwr.c +++ b/libraries/libldap_r/rdwr.c @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2014 The OpenLDAP Foundation. + * Copyright 1998-2018 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -397,7 +397,7 @@ int ldap_pvt_thread_rdwr_wunlock( ldap_pvt_thread_rdwr_t *rwlock ) * Currently they don't check if the calling thread is the one * that has the lock, just that there is a reader or writer. * - * Basically sufficent for testing that places that should have + * Basically sufficient for testing that places that should have * a lock are caught. */