mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
ITS#9161 - A few more typo fixes
This commit is contained in:
parent
a40f6bff89
commit
a48d8b4813
3 changed files with 3 additions and 3 deletions
|
|
@ -184,7 +184,7 @@ static int tio_wait(int fd, short events, int timeout,
|
|||
return -1;
|
||||
}
|
||||
else if ((errno != EINTR) && (errno != EAGAIN))
|
||||
/* some error ocurred */
|
||||
/* some error occurred */
|
||||
return -1;
|
||||
/* we just try again on EINTR or EAGAIN */
|
||||
}
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ initializer I;
|
|||
)
|
||||
}
|
||||
|
||||
// the rest identifies and removes a (newly-)reduntant LogTest check
|
||||
// the rest identifies and removes a (newly-)redundant LogTest check
|
||||
@if_guard@
|
||||
position p;
|
||||
statement s;
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ These features were strongly deprecated in 2.4 and removed in 2.5.
|
|||
|
||||
H3: back-bdb and back-hdb
|
||||
|
||||
back-bdb and back-hdb were signficantly slower than back-mdb and
|
||||
back-bdb and back-hdb were significantly slower than back-mdb and
|
||||
required significant tuning of multiple parameters to maximize
|
||||
performance. back-mdb requires no tuning and provides all the
|
||||
functionality previously provided via back-bdb and back-hdb.
|
||||
|
|
|
|||
Loading…
Reference in a new issue