]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Fix a typo in the comment about the include guard
authorbapt <bapt@FreeBSD.org>
Wed, 28 Oct 2015 11:29:58 +0000 (11:29 +0000)
committerbapt <bapt@FreeBSD.org>
Wed, 28 Oct 2015 11:29:58 +0000 (11:29 +0000)
Sponsored by: Gandi.net

usr.sbin/mpsutil/mpsutil.h

index 0c1a9416599b056d1f61305831d50d79381dcf32..dd6fc0b9581e140eb2529a6dce0e600d113d7eeb 100644 (file)
@@ -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__ */