summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/bio.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/os/bio.c')
-rw-r--r--usr/src/uts/common/os/bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/bio.c b/usr/src/uts/common/os/bio.c
index 8350d5f2f9..81d26a4777 100644
--- a/usr/src/uts/common/os/bio.c
+++ b/usr/src/uts/common/os/bio.c
@@ -728,7 +728,7 @@ loop:
/*
* Come here in case of an internal error. At this point we couldn't
- * get a buffer, but he have to return one. Hence we allocate some
+ * get a buffer, but we have to return one. Hence we allocate some
* kind of error reply buffer on the fly. This buffer is marked as
* B_NOCACHE | B_AGE | B_ERROR | B_DONE to assure the following:
* - B_ERROR will indicate error to the caller.