mdbx-test: fix comment typo (minor).

Change-Id: I7bd25ccfc52371c78f9011ccd45203e44e619142
This commit is contained in:
Leonid Yuriev 2019-07-01 22:48:28 +03:00
parent 40112ebd62
commit 6d4e151ba8

View File

@ -216,7 +216,7 @@ retry:
if (ts.tv_sec == 0 && ts.tv_nsec == 0)
ts.tv_nsec = 1;
if (nanosleep(&ts, &ts) == 0) {
/* timeout and no signal fomr child */
/* timeout and no signal from child */
pid = 0;
return 0;
}