mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-06 23:14:12 +08:00
mdbx-test: fix comment typo (minor).
Change-Id: I7bd25ccfc52371c78f9011ccd45203e44e619142
This commit is contained in:
parent
40112ebd62
commit
6d4e151ba8
@ -216,7 +216,7 @@ retry:
|
|||||||
if (ts.tv_sec == 0 && ts.tv_nsec == 0)
|
if (ts.tv_sec == 0 && ts.tv_nsec == 0)
|
||||||
ts.tv_nsec = 1;
|
ts.tv_nsec = 1;
|
||||||
if (nanosleep(&ts, &ts) == 0) {
|
if (nanosleep(&ts, &ts) == 0) {
|
||||||
/* timeout and no signal fomr child */
|
/* timeout and no signal from child */
|
||||||
pid = 0;
|
pid = 0;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user