summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/USB/VUSBUrb.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2017-01-05 22:15:09 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2017-01-05 22:15:09 +0000
commit4f56abda0b370216c843ad87fad2177d9a4497d4 (patch)
tree4efd23e6cc88acfdb909dcfe6efbfab895af9a4c /src/VBox/Devices/USB/VUSBUrb.cpp
parent293bfb7757897974c4714ae57602412f1331fa50 (diff)
downloadVirtualBox-svn-4f56abda0b370216c843ad87fad2177d9a4497d4.tar.gz
doxygen fixes
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@65169 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Devices/USB/VUSBUrb.cpp')
-rw-r--r--src/VBox/Devices/USB/VUSBUrb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Devices/USB/VUSBUrb.cpp b/src/VBox/Devices/USB/VUSBUrb.cpp
index c1c725f6c66..368ccd5da94 100644
--- a/src/VBox/Devices/USB/VUSBUrb.cpp
+++ b/src/VBox/Devices/USB/VUSBUrb.cpp
@@ -351,9 +351,9 @@ void vusbUrbCompletionRh(PVUSBURB pUrb)
/* Don't bother with error callback for isochronous URBs. */
break;
-#if 1 /** @todo r=bird: OHCI say "If the Transfer Descriptor is being
+#if 1 /** @todo r=bird: OHCI say ''If the Transfer Descriptor is being
* retired because of an error, the Host Controller must update
- * the Halt bit of the Endpoint Descriptor."
+ * the Halt bit of the Endpoint Descriptor.''
*
* So, I'll subject all transfertypes to the same halt stuff now. It could
* just happen to fix the logitech disconnect trap in win2k.