aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-12-04 20:46:16 +0000
committerChristopher Faylor <me@cgf.cx>2002-12-04 20:46:16 +0000
commit77c33bf2b95d82c2d0e9a48c132da0bbc8a12567 (patch)
tree79646c97db7292a164f111a14f31cb4e54d90d66
parent838ad58232c99010e3171c1c0c6988f7e5f6f078 (diff)
downloadnewlib-77c33bf2b95d82c2d0e9a48c132da0bbc8a12567.zip
newlib-77c33bf2b95d82c2d0e9a48c132da0bbc8a12567.tar.gz
newlib-77c33bf2b95d82c2d0e9a48c132da0bbc8a12567.tar.bz2
fix comment
-rw-r--r--winsup/cygwin/perthread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/perthread.h b/winsup/cygwin/perthread.h
index f8682ae..60c78f3 100644
--- a/winsup/cygwin/perthread.h
+++ b/winsup/cygwin/perthread.h
@@ -1,6 +1,6 @@
-/* perthread.h: Header file for cygwin synchronization primitives.
+/* perthread.h: Header file for cygwin thread-local storage.
- Copyright 2000, 2001 Red Hat, Inc.
+ Copyright 2000, 2001, 2002 Red Hat, Inc.
Written by Christopher Faylor <cgf@cygnus.com>