https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6412253d440525c785d20…
commit 6412253d440525c785d206de1874762df4eef075
Author: Peter Wathall <PeterWathall(a)users.noreply.github.com>
AuthorDate: Mon Apr 30 00:17:01 2018 +0000
Commit: Ged Murphy <gedmurphy(a)reactos.org>
CommitDate: Thu May 17 16:15:25 2018 +0100
Fixed typo
---
drivers/usb/usbhub/pdo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/usbhub/pdo.c b/drivers/usb/usbhub/pdo.c
index cadb5c7857..b39098f9f8 100644
--- a/drivers/usb/usbhub/pdo.c
+++ b/drivers/usb/usbhub/pdo.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/pdo.c
* PURPOSE: Handle PDO
* PROGRAMMERS:
* Hervé Poussineau (hpoussin(a)reactos.org)