| Index: src/platform-posix.cc
 | 
| diff --git a/src/platform-posix.cc b/src/platform-posix.cc
 | 
| index 3c62909b7513270e9191abe0613f871a967c6c61..402d411327a013546a565fcbd86fd4822e0c1556 100644
 | 
| --- a/src/platform-posix.cc
 | 
| +++ b/src/platform-posix.cc
 | 
| @@ -25,9 +25,9 @@
 | 
|  // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 | 
|  // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 | 
|  
 | 
| -// Platform specific code for POSIX goes here. This is not a platform on its
 | 
| -// own but contains the parts which are the same across POSIX platforms Linux,
 | 
| -// Mac OS, FreeBSD and OpenBSD.
 | 
| +// Platform-specific code for POSIX goes here. This is not a platform on its
 | 
| +// own, but contains the parts which are the same across the POSIX platforms
 | 
| +// Linux, MacOS, FreeBSD, OpenBSD, NetBSD and QNX.
 | 
|  
 | 
|  #include <dlfcn.h>
 | 
|  #include <pthread.h>
 | 
| 
 |