summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2010-03-01 06:38:58 +0000
committerChristopher Faylor <me@cgf.cx>2010-03-01 06:38:58 +0000
commita0f5a8e549d8044a250b9f65563e3280e080d2f5 (patch)
tree914e502c62f109729e95a950c1d5f6779bf244f8
parent98a97ac6cfbbe6901e80e80caadfadacf4b931d3 (diff)
downloadcygnal-a0f5a8e549d8044a250b9f65563e3280e080d2f5.tar.gz
cygnal-a0f5a8e549d8044a250b9f65563e3280e080d2f5.tar.bz2
cygnal-a0f5a8e549d8044a250b9f65563e3280e080d2f5.zip
Fix/delete inaccurate comments.
-rw-r--r--winsup/cygwin/cygtls.h2
-rw-r--r--winsup/cygwin/exception.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/cygtls.h b/winsup/cygwin/cygtls.h
index 408bcc27f..0165d8ade 100644
--- a/winsup/cygwin/cygtls.h
+++ b/winsup/cygwin/cygtls.h
@@ -314,4 +314,4 @@ public:
#define __getreent() (&_my_tls.local_clib)
-#endif /*_CYGTLS_H*/ /*gentls_offsets*/
+#endif /*_CYGTLS_H*/
diff --git a/winsup/cygwin/exception.h b/winsup/cygwin/exception.h
index 6d0b42b69..c344271d9 100644
--- a/winsup/cygwin/exception.h
+++ b/winsup/cygwin/exception.h
@@ -34,5 +34,5 @@ public:
#endif
};
-#endif /*_CYGTLS_H*/ /*gentls_offsets*/
+#endif /*_EXCEPTION_H*/