summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mpsutil
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-10-28 11:29:58 +0000
committerbapt <bapt@FreeBSD.org>2015-10-28 11:29:58 +0000
commitec14b01dd8898deebe0427357d842721add8e34c (patch)
treee02e83d7970625bb667e3ee717ca428a2cbd91c0 /usr.sbin/mpsutil
parent29a75bb3b5b1063047dab0367ba9d8244fff1b14 (diff)
downloadFreeBSD-src-ec14b01dd8898deebe0427357d842721add8e34c.zip
FreeBSD-src-ec14b01dd8898deebe0427357d842721add8e34c.tar.gz
Fix a typo in the comment about the include guard
Sponsored by: Gandi.net
Diffstat (limited to 'usr.sbin/mpsutil')
-rw-r--r--usr.sbin/mpsutil/mpsutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mpsutil/mpsutil.h b/usr.sbin/mpsutil/mpsutil.h
index 0c1a941..dd6fc0b 100644
--- a/usr.sbin/mpsutil/mpsutil.h
+++ b/usr.sbin/mpsutil/mpsutil.h
@@ -141,4 +141,4 @@ mps_read_ioc_page(int fd, U8 PageNumber, U16 *IOCStatus)
MPI2_IOC_FACTS_REPLY * mps_get_iocfacts(int fd);
-#endif /* !__MPTUTIL_H__ */
+#endif /* !__MPSUTIL_H__ */
OpenPOWER on IntegriCloud