pshared: fix comment on supported platforms
[fio.git] / pshared.c
index 791faf95e9569732af1fe05a7ad393c50d57ed6a..e671c87f86bf4f7601192f4ea5b1887d1ad13f12 100644 (file)
--- a/pshared.c
+++ b/pshared.c
@@ -51,7 +51,7 @@ int mutex_init_pshared_with_type(pthread_mutex_t *mutex, int type)
        }
 
        /*
-        * Not all platforms support process shared mutexes (FreeBSD)
+        * Not all platforms support process shared mutexes (NetBSD/OpenBSD)
         */
 #ifdef CONFIG_PSHARED
        ret = pthread_mutexattr_setpshared(&mattr, PTHREAD_PROCESS_SHARED);