diff options
Diffstat (limited to 'EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.c')
-rw-r--r-- | EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.c b/EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.c index 19fd911764..8001138b94 100644 --- a/EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.c +++ b/EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.c @@ -15,9 +15,9 @@ Module Name: Abstract:
- NT Emulation Timer Architectural Protocol Driver as defined in DXE CIS
+ UNIX Emulation Timer Architectural Protocol Driver as defined in DXE CIS
- This Timer module uses an NT Thread to simulate the timer-tick driven
+ This Timer module uses an UNIX Thread to simulate the timer-tick driven
timer service. In the future, the Thread creation should possibly be
abstracted by the CPU architectural protocol
|