svn commit: r308256 - stable/11/sys/dev/usb/template

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Nov 3 14:48:11 UTC 2016


Author: trasz
Date: Thu Nov  3 14:48:10 2016
New Revision: 308256
URL: https://svnweb.freebsd.org/changeset/base/308256

Log:
  MFC r303476:
  
  Fix MTP description in the comment.

Modified:
  stable/11/sys/dev/usb/template/usb_template_mtp.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/usb/template/usb_template_mtp.c
==============================================================================
--- stable/11/sys/dev/usb/template/usb_template_mtp.c	Thu Nov  3 14:45:58 2016	(r308255)
+++ stable/11/sys/dev/usb/template/usb_template_mtp.c	Thu Nov  3 14:48:10 2016	(r308256)
@@ -26,7 +26,7 @@
  */
 
 /*
- * This file contains the USB templates for an USB Message Transfer
+ * This file contains the USB templates for an USB Media Transfer
  * Protocol device.
  *
  * NOTE: It is common practice that MTP devices use some dummy


More information about the svn-src-all mailing list