From: bapt Date: Wed, 28 Oct 2015 11:29:58 +0000 (+0000) Subject: Fix a typo in the comment about the include guard X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ec14b01dd8898deebe0427357d842721add8e34c;p=people%2Fjulieng%2Ffreebsd.git Fix a typo in the comment about the include guard Sponsored by: Gandi.net --- 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__ */