Fix typo in comment

Michael Paquier
This commit is contained in:
Magnus Hagander 2017-05-15 11:08:02 +02:00
parent eda4ef8151
commit b1c45afb01
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ StartLogStreamer(char *startpos, uint32 timeline, char *sysidentifier)
/*
* Verify that the given directory exists and is empty. If it does not
* exist, it is created. If it exists but is not empty, an error will
* be give and the process ended.
* be given and the process ended.
*/
static void
verify_dir_is_empty_or_create(char *dirname, bool *created, bool *found)