Fix typos

Inspired by 4d3ee554b3.
Found using `codespell`.
This commit is contained in:
Luflosi
2019-08-23 01:01:12 +02:00
parent c905978874
commit 6cc720a350
15 changed files with 24 additions and 24 deletions

View File

@@ -12,7 +12,7 @@
#define FREEBSD_SET_NAME
#endif
#if defined(__APPLE__)
// I cant figure out how to get pthread.h to include this definition on macOS. MACOSX_DEPLOYMENT_TARGET does not work.
// I can't figure out how to get pthread.h to include this definition on macOS. MACOSX_DEPLOYMENT_TARGET does not work.
extern int pthread_setname_np(const char *name);
#elif defined(FREEBSD_SET_NAME)
// Function has a different name on FreeBSD