https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ae9cc6bb520ba0ec547b5…
commit ae9cc6bb520ba0ec547b51780cc98b556f676175
Author: Peter Wathall <PeterWathall(a)users.noreply.github.com>
AuthorDate: Mon Apr 30 00:17:19 2018 +0000
Commit: Ged Murphy <gedmurphy(a)reactos.org>
CommitDate: Thu May 17 16:15:25 2018 +0100
Fixed typo
---
drivers/usb/usbhub/usbhub.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/usbhub/usbhub.c b/drivers/usb/usbhub/usbhub.c
index fbb9811b6f..da2b80dbe2 100644
--- a/drivers/usb/usbhub/usbhub.c
+++ b/drivers/usb/usbhub/usbhub.c
@@ -1,10 +1,10 @@
/*
* PROJECT: ReactOS Universal Serial Bus Hub Driver
* LICENSE: GPL - See COPYING in the top level directory
- * FILE: drivers/usb/usbhub/fdo.c
+ * FILE: drivers/usb/usbhub/usbhub.c
* PURPOSE: UsbHub Driver
* PROGRAMMERS:
- * Herv� Poussineau (hpoussin(a)reactos.org)
+ * Hervé Poussineau (hpoussin(a)reactos.org)
* Michael Martin (michael.martin(a)reactos.org)
* Johannes Anderwald (johannes.anderwald(a)reactos.org)
*/