Update comment about platform support
diff --git a/src/tramp.c b/src/tramp.c
index 0938c08..b9d273a 100644
--- a/src/tramp.c
+++ b/src/tramp.c
@@ -32,7 +32,7 @@
/* -------------------------- Headers and Definitions ---------------------*/
/*
- * Add support for other OSes later. For now, it is just Linux.
+ * Add support for other OSes later. For now, it is just Linux and Cygwin.
*/
#if defined (__linux__) || defined (__CYGWIN__)