summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-19 06:45:19 -0400
committerAnthony Green <green@moxielogic.com>2022-09-19 06:45:19 -0400
commitff34df233c863371912881516eae039f850fcad6 (patch)
tree0f6651cc587b0d235c18b4940d4f6df6f400342a /src
parent598ea692b81ac8116bd9907d2b498c16fc92bde7 (diff)
downloadlibffi-ff34df233c863371912881516eae039f850fcad6.tar.gz
Update comment about platform support
Diffstat (limited to 'src')
-rw-r--r--src/tramp.c2
1 files changed, 1 insertions, 1 deletions
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__)