ITS#9161 - A few more typo fixes

This commit is contained in:
Quanah Gibson-Mount 2021-02-18 16:21:22 +00:00
parent a40f6bff89
commit a48d8b4813
3 changed files with 3 additions and 3 deletions

View file

@ -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 */
}

View file

@ -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;

View file

@ -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.