summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/busra.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/io/busra.c')
-rw-r--r--usr/src/uts/common/io/busra.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/busra.c b/usr/src/uts/common/io/busra.c
index e37c3ba569..ada50d3fff 100644
--- a/usr/src/uts/common/io/busra.c
+++ b/usr/src/uts/common/io/busra.c
@@ -22,6 +22,7 @@
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
* Copyright 2012 Milan Jurik. All rights reserved.
+ * Copyright (c) 2016 by Delphix. All rights reserved.
*/
#if defined(DEBUG)
@@ -675,7 +676,7 @@ ndi_ra_alloc(dev_info_t *dip, ndi_ra_request_t *req, uint64_t *retbasep,
if (base >= mapp->ra_base &&
((base - mapp->ra_base) < mapp->ra_len)) {
/*
- * This is the node with he requested base in
+ * This is the node with the requested base in
* its range
*/
if ((len > mapp->ra_len) ||