From fd419b402d06ba5ec5189d4b742fb9f0c1705a36 Mon Sep 17 00:00:00 2001 From: CleverMouse Date: Fri, 31 May 2013 17:51:17 +0000 Subject: [PATCH] make comment correct, resolve #64 git-svn-id: svn://kolibrios.org@3578 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/bus/usb/ehci.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/trunk/bus/usb/ehci.inc b/kernel/trunk/bus/usb/ehci.inc index bdc4f863fd..b39f3504b1 100644 --- a/kernel/trunk/bus/usb/ehci.inc +++ b/kernel/trunk/bus/usb/ehci.inc @@ -222,7 +222,7 @@ struct ehci_controller ; ------------------------------ hardware fields ------------------------------ FrameList rd 1024 ; Entry n corresponds to the head of the frame list to be executed in -; the frames n,n+1024,n+2048,n+3096,... +; the frames n,n+1024,n+2048,n+3072,... ; The first bit of each entry is Terminate bit, 1 = the frame is empty. ; Bits 1-2 are Type field, one of EHCI_TYPE_* constants. ; Bits 3-4 must be zero.