Skip to content

Commit 60e12da

Browse files
committed
Removes comment that is now unnecessary/confusing
1 parent e2f69f4 commit 60e12da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ LispPTR COM_closefile(LispPTR *args)
672672
time[1].tv_sec = (long)ToUnixTime(cdate);
673673
time[1].tv_usec = 0L;
674674
#endif /* DOS */
675-
TIMEOUT(rval = close(fd)); // cancels alarm from S_TOUT
675+
TIMEOUT(rval = close(fd));
676676
if (rval == -1) {
677677
*Lisp_errno = errno;
678678
return (NIL);

0 commit comments

Comments
 (0)