Skip to content

Commit f73731a

Browse files
committed
Fix comment
1 parent 5af0a4b commit f73731a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/osmium/thread/util.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ namespace osmium {
7272
}
7373

7474
/**
75-
* Set name of current thread for debugging. This only works on Linux.
75+
* Set name of current thread for debugging. This currently only works on Linux and FreeBSD.
7676
*/
7777
#if defined(__linux__)
7878
inline void set_thread_name(const char* name) noexcept {

0 commit comments

Comments
 (0)