summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2003-07-04 15:16:14 +0000
committerskrll <skrll@NetBSD.org>2003-07-04 15:16:14 +0000
commitec57ccf92d684494a7c6d56fc38045552eb78658 (patch)
tree32826b5af83d18d410b773105b3bcc11d8d66506 /lib/libpthread
parent8026bccd2c71f2477b38ed4f8e2565817aaf8e02 (diff)
Typos in comments.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/pthread_debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/pthread_debug.h b/lib/libpthread/pthread_debug.h
index 47298acdf7b..751194df9dc 100644
--- a/lib/libpthread/pthread_debug.h
+++ b/lib/libpthread/pthread_debug.h
@@ -1,4 +1,4 @@
-/* $NetBSD: pthread_debug.h,v 1.5 2003/02/15 04:33:45 nathanw Exp $ */
+/* $NetBSD: pthread_debug.h,v 1.6 2003/07/04 15:16:14 skrll Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -126,11 +126,11 @@ extern int pthread__dbg; /* Set by libpthread_dbg */
#define PTHREADD_ADD(x) (pthread__debug_counters[(x)]++)
#define DPRINTF(x) pthread__debuglog_printf x
-#else /* PTHREAD_DEBUG */
+#else /* PTHREAD__DEBUG */
#define PTHREADD_ADD(x)
#define DPRINTF(x)
-#endif /* PTHREAD_DEBUG */
+#endif /* PTHREAD__DEBUG */
#endif /* _LIB_PTHREAD_DEBUG_H */