summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/nulldriver.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/io/nulldriver.c')
-rw-r--r--usr/src/uts/common/io/nulldriver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/nulldriver.c b/usr/src/uts/common/io/nulldriver.c
index 04e8d86b22..d5050cf51a 100644
--- a/usr/src/uts/common/io/nulldriver.c
+++ b/usr/src/uts/common/io/nulldriver.c
@@ -45,7 +45,7 @@
* device access, a nexus driver can still internally use the transport
* services.
*
- * A scsi(4) example of this type of use is SCSA enumeration services
+ * A scsi(5) example of this type of use is SCSA enumeration services
* issuing a scsi REPORT_LUN command to a lun-0 'probe' node bound to
* nulldriver in order to discover all luns supported by a target.
*/