diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 931e85ec91..881e428823 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -1939,7 +1939,7 @@ read_config( const char *fname, int depth ) } } - /* dn of master entity allowed to write to replica */ + /* dn of slave entity allowed to write to replica */ } else if ( strcasecmp( cargv[0], "updatedn" ) == 0 ) { if ( cargc < 2 ) { #ifdef NEW_LOGGING