summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/dtrace/dtrace.c
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2022-01-30 20:52:47 -0600
committerRichard Lowe <richlowe@richlowe.net>2022-02-18 15:33:02 -0600
commitb56a90ca8b7f74c630c4f07cb7ec277479afa172 (patch)
tree44eedd5e66a439b5e6af901358d9515c410aa8f6 /usr/src/uts/common/dtrace/dtrace.c
parentfc20c8a14ab504a9341da76de852e0e63c70e2b5 (diff)
downloadillumos-joyent-b56a90ca8b7f74c630c4f07cb7ec277479afa172.tar.gz
src: fix up free-form normative manual references in source code
Diffstat (limited to 'usr/src/uts/common/dtrace/dtrace.c')
-rw-r--r--usr/src/uts/common/dtrace/dtrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/dtrace/dtrace.c b/usr/src/uts/common/dtrace/dtrace.c
index 0fd20b7f45..f3a78f5f69 100644
--- a/usr/src/uts/common/dtrace/dtrace.c
+++ b/usr/src/uts/common/dtrace/dtrace.c
@@ -151,7 +151,7 @@ hrtime_t dtrace_unregister_defunct_reap = (hrtime_t)60 * NANOSEC;
/*
* DTrace External Variables
*
- * As dtrace(7D) is a kernel module, any DTrace variables are obviously
+ * As dtrace(4D) is a kernel module, any DTrace variables are obviously
* available to DTrace consumers via the backtick (`) syntax. One of these,
* dtrace_zero, is made deliberately so: it is provided as a source of
* well-known, zero-filled memory. While this variable is not documented,