summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-09-05 05:35:42 +0000
committerpeter <peter@FreeBSD.org>2001-09-05 05:35:42 +0000
commitda827f5fbafe5a0497ecd7c23a7c57480e290a0a (patch)
tree8eee88e56b31d075f0b234d9171c1f8a9fe55dad /sys
parente5416f84b08d311ea87bcf055adba5af1a79e5cb (diff)
downloadFreeBSD-src-da827f5fbafe5a0497ecd7c23a7c57480e290a0a.zip
FreeBSD-src-da827f5fbafe5a0497ecd7c23a7c57480e290a0a.tar.gz
It is the last-second trivial changes that kill me every time.
Fix nested comment. :-( Submitted by: obrien
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/cdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h
index eca1bd4..a49a9bd 100644
--- a/sys/sys/cdefs.h
+++ b/sys/sys/cdefs.h
@@ -201,7 +201,7 @@
#else
/*
* This doesn't work in header files. But it may be better than nothing.
- * The alternative is: #define __IDSTRING(name,string) /* nothing */
+ * The alternative is: #define __IDSTRING(name,string) [nothing]
*/
#define __IDSTRING(name,string) static const char name[] __unused = string
#endif
OpenPOWER on IntegriCloud