Skip to content

Commit

Permalink
Replace a non-ASCII character in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Oct 4, 2017
1 parent 8d413c3 commit 6ca35c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/server_audit/server_audit.c
Expand Up @@ -160,7 +160,7 @@ static File loc_open(const char *FileName, int Flags)
/*
We could just use _open() here. but prefer to open in unix-similar way
just like my_open() does it on Windows.
This gives atomic multiprocess-safe´appends, and possibility to rename
This gives atomic multiprocess-safe appends, and possibility to rename
or even delete file while it is open, and CRT lacks this features.
*/
assert(Flags == (O_APPEND | O_CREAT | O_WRONLY));
Expand Down

0 comments on commit 6ca35c1

Please sign in to comment.