diff --git a/include/fmt/format-inl.h b/include/fmt/format-inl.h index 11a3cee7..906763ba 100644 --- a/include/fmt/format-inl.h +++ b/include/fmt/format-inl.h @@ -1708,7 +1708,7 @@ class file_print_buffer::value>> ~file_print_buffer() { file_.advance_write_buffer(size()); bool flush = file_.needs_flush(); - F* f = file_; // Make funlockfile depend on the template parameter F. + F* f = file_; // Make funlockfile depend on the template parameter F. #ifdef __SANITIZE_THREAD__ __tsan_release(f); #endif