Commit ff34df233c863371912881516eae039f850fcad6

Anthony Green 2022-09-19T06:45:19

Update comment about platform support

1
2
3
4
5
6
7
8
9
10
11
12
13
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__)