Fix typo in comment

This commit is contained in:
Albert Salim 2018-10-10 21:59:03 +08:00
parent 4346c76f26
commit a13c5db57c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ type Logger struct {
mu MutexWrap
// Reusable empty entry
entryPool sync.Pool
// Function to exit the application, defaults to `osExit()`
// Function to exit the application, defaults to `os.Exit()`
ExitFunc exitFunc
}