summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-28 07:32:32 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-28 07:32:32 +0000
commite9e65e2a03adf1535f00fc7fe3c8b151aeca81be (patch)
tree039823c9319ed01bf9684b87fd15b0b01aeb384c
parent9cd1d1c1d5dd7fbad591f449c818c0f81a5586c3 (diff)
downloadedk2-e9e65e2a03adf1535f00fc7fe3c8b151aeca81be.zip
edk2-e9e65e2a03adf1535f00fc7fe3c8b151aeca81be.tar.gz
edk2-e9e65e2a03adf1535f00fc7fe3c8b151aeca81be.tar.bz2
Remove unicode char
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6066 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/Protocol/UsbHostController.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/Protocol/UsbHostController.h b/MdePkg/Include/Protocol/UsbHostController.h
index d36c2b4..3a0fe6d 100644
--- a/MdePkg/Include/Protocol/UsbHostController.h
+++ b/MdePkg/Include/Protocol/UsbHostController.h
@@ -150,7 +150,7 @@ EFI_STATUS
direction of the target USB device. Each endpoint address
supports data transfer in one direction except the control
endpoint (whose default endpoint address is 0). It is the
- caller’s responsibility to make sure that the EndPointAddress
+ caller's responsibility to make sure that the EndPointAddress
represents a bulk endpoint.
@param MaximumPacketLength Indicates the maximum packet size that the default control
transfer endpoint is capable of sending or receiving.
@@ -195,7 +195,7 @@ EFI_STATUS
direction of the target USB device. Each endpoint address
supports data transfer in one direction except the control
endpoint (whose default endpoint address is zero). It is the
- caller’s responsibility to make sure that the
+ caller's responsibility to make sure that the
EndPointAddress represents an interrupt endpoint.
@param IsSlowDevice Indicates whether the target device is slow device or full-speed
device.
@@ -253,7 +253,7 @@ EFI_STATUS
direction of the target USB device. Each endpoint address
supports data transfer in one direction except the control
endpoint (whose default endpoint address is zero). It is the
- caller’s responsibility to make sure that the
+ caller's responsibility to make sure that the
EndPointAddress represents an interrupt endpoint.
@param IsSlowDevice Indicates whether the target device is slow device or full-speed
device.
@@ -303,7 +303,7 @@ EFI_STATUS
@param EndPointAddress The combination of an endpoint number and an endpoint
direction of the target USB device. Each endpoint address
supports data transfer in one direction except the control
- endpoint (whose default endpoint address is 0). It is the caller’s
+ endpoint (whose default endpoint address is 0). It is the caller's
responsibility to make sure that the EndPointAddress
represents an isochronous endpoint.
@param MaximumPacketLength Indicates the maximum packet size that the default control
@@ -344,7 +344,7 @@ EFI_STATUS
direction of the target USB device. Each endpoint address
supports data transfer in one direction except the control
endpoint (whose default endpoint address is zero). It is the
- caller’s responsibility to make sure that the
+ caller's responsibility to make sure that the
EndPointAddress represents an isochronous endpoint.
@param MaximumPacketLength Indicates the maximum packet size that the default control
transfer endpoint is capable of sending or receiving. For isochronous