1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05:00

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.
This commit is contained in:
Simon Tatham
2018-10-06 11:46:47 +01:00
parent 62f630d4b3
commit 0bbe87f11e
4 changed files with 32 additions and 15 deletions

View File

@ -1,5 +1,5 @@
/*
* pty.h - FIXME
* pty.h - declare functions for pty setup
*/
#ifndef CYGTERMD_PTY_H