Merge pull request #354 from DimitriPapadopoulos/typo

Typo not found by codespell
This commit is contained in:
PartialVolume
2021-11-02 11:28:54 +00:00
committed by GitHub

View File

@@ -265,7 +265,7 @@ int nwipe_random_pass( NWIPE_METHOD_SIGNATURE )
}
/* Create the initialised output buffer. Initialised because we don't want memory leaks
* to disk in the event of some future undetected bug in a prng or it's implementation ) */
* to disk in the event of some future undetected bug in a prng or its implementation. */
b = calloc( c->device_stat.st_blksize, sizeof( char ) );
/* Check the memory allocation. */