Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2018-10-06 13:46:47 +0300
committerSimon Tatham <anakin@pobox.com>2018-10-06 13:57:59 +0300
commit0bbe87f11e1fdc6d62a49405018fb2b1e76b88f6 (patch)
tree635885eed68198ca91d729691aa84a97c6a2929a /contrib
parent62f630d4b30c2bcea0c6c908496ed063cecd48a2 (diff)
Rewrite some comments with FIXMEs in them.
These are things where no fix was actually necessary in the code, but the FIXME indicated that the comment itself was either in need of a rewrite or removal.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/cygtermd/pty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cygtermd/pty.h b/contrib/cygtermd/pty.h
index 523331b3..261fc41d 100644
--- a/contrib/cygtermd/pty.h
+++ b/contrib/cygtermd/pty.h
@@ -1,5 +1,5 @@
/*
- * pty.h - FIXME
+ * pty.h - declare functions for pty setup
*/
#ifndef CYGTERMD_PTY_H