mdbx: fix minor typos.

This commit is contained in:
Leonid Yuriev
2020-07-07 23:14:01 +03:00
parent e989cb05ed
commit 2e0d2e65af
4 changed files with 8 additions and 8 deletions

2
mdbx.h
View File

@@ -1554,7 +1554,7 @@ MDBX_DEPRECATED static __inline int MDBX_MAP_RESIZED() {
* mdbx_strerror_r() - is thread-safe since uses user-supplied buffer where
* appropriate. The returned string must NOT be modified
* by the application, since it may be pointer to internal
* constatn string. However, there is no restriction if the
* constant string. However, there is no restriction if the
* returned string points to the supplied buffer.
*
* [in] err The error code.