From ec14b01dd8898deebe0427357d842721add8e34c Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 28 Oct 2015 11:29:58 +0000 Subject: 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(-) (limited to 'usr.sbin/mpsutil') 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__ */ -- cgit v1.1