svn commit: r290098 - projects/mpsutil/usr.sbin/mpsutil

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 28 11:29:59 UTC 2015


Author: bapt
Date: Wed Oct 28 11:29:58 2015
New Revision: 290098
URL: https://svnweb.freebsd.org/changeset/base/290098

Log:
  Fix a typo in the comment about the include guard
  
  Sponsored by:	Gandi.net

Modified:
  projects/mpsutil/usr.sbin/mpsutil/mpsutil.h

Modified: projects/mpsutil/usr.sbin/mpsutil/mpsutil.h
==============================================================================
--- projects/mpsutil/usr.sbin/mpsutil/mpsutil.h	Wed Oct 28 11:29:54 2015	(r290097)
+++ projects/mpsutil/usr.sbin/mpsutil/mpsutil.h	Wed Oct 28 11:29:58 2015	(r290098)
@@ -141,4 +141,4 @@ mps_read_ioc_page(int fd, U8 PageNumber,
 
 MPI2_IOC_FACTS_REPLY * mps_get_iocfacts(int fd);
 
-#endif /* !__MPTUTIL_H__ */
+#endif /* !__MPSUTIL_H__ */


More information about the svn-src-projects mailing list