From 40804046057fdbdbe1a501478ba0ad59a2ab7169 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 28 Oct 2015 11:29:58 +0000 Subject: [PATCH] Fix a typo in the comment about the include guard Sponsored by: Gandi.net --- usr.sbin/mpsutil/mpsutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/mpsutil/mpsutil.h b/usr.sbin/mpsutil/mpsutil.h index 0c1a9416599b..dd6fc0b9581e 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__ */