From 3a3a4f797067fc145eb7e9f7603d06f2ae54d50e Mon Sep 17 00:00:00 2001 From: Peter Wathall Date: Mon, 30 Apr 2018 00:16:45 +0000 Subject: [PATCH] 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 405fde8eba1..33eacbe8b1c 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@reactos.org)