https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3a3a4f797067fc145eb7e…
commit 3a3a4f797067fc145eb7e9f7603d06f2ae54d50e
Author: Peter Wathall <PeterWathall(a)users.noreply.github.com>
AuthorDate: Mon Apr 30 00:16:45 2018 +0000
Commit: Ged Murphy <gedmurphy(a)reactos.org>
CommitDate: Thu May 17 16:15:25 2018 +0100
Fixed typo
---
drivers/usb/usbhub/misc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/usbhub/misc.c b/drivers/usb/usbhub/misc.c
index 405fde8eba..33eacbe8b1 100644
--- a/drivers/usb/usbhub/misc.c
+++ b/drivers/usb/usbhub/misc.c
@@ -1,7 +1,7 @@
/*
* 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/misc.c
* PURPOSE: Misc helper functions
* PROGRAMMERS:
* Michael Martin (michael.martin(a)reactos.org)