summaryrefslogtreecommitdiffstats
path: root/sys/sys/linker_set.h
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-01-14 09:51:29 +0000
committerkeramida <keramida@FreeBSD.org>2005-01-14 09:51:29 +0000
commit0c1447a9557f735f392397cba6aeb788b065bf63 (patch)
tree3aecc891d0d5395c4ba09230cea26a4dec7a5053 /sys/sys/linker_set.h
parentfa2d6ec2f4bb31ae6c9c0afa77deb917893f5957 (diff)
downloadFreeBSD-src-0c1447a9557f735f392397cba6aeb788b065bf63.zip
FreeBSD-src-0c1447a9557f735f392397cba6aeb788b065bf63.tar.gz
Typo fix.
Diffstat (limited to 'sys/sys/linker_set.h')
-rw-r--r--sys/sys/linker_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/linker_set.h b/sys/sys/linker_set.h
index d51ad4d..0c4a246 100644
--- a/sys/sys/linker_set.h
+++ b/sys/sys/linker_set.h
@@ -60,7 +60,7 @@
#define SET_ENTRY(set, sym) __MAKE_SET(set, sym)
/*
- * Initialize before referring to a give linker set
+ * Initialize before referring to a given linker set.
*/
#define SET_DECLARE(set, ptype) \
extern ptype *__CONCAT(__start_set_,set); \
OpenPOWER on IntegriCloud