summaryrefslogtreecommitdiff
path: root/EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer
diff options
context:
space:
mode:
Diffstat (limited to 'EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer')
-rw-r--r--EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.c4
-rw-r--r--EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.h4
2 files changed, 4 insertions, 4 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
diff --git a/EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.h b/EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.h
index 98d1999b5b..37ff8b26b3 100644
--- a/EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.h
+++ b/EdkUnixPkg/Dxe/UnixThunk/Chipset/Timer/Timer.h
@@ -15,8 +15,8 @@ Module Name:
Abstract:
- NT Emulation Architectural Protocol Driver as defined in Tiano.
- This Timer module uses an NT Thread to simulate the timer-tick driven
+ UNIX Emulation Architectural Protocol Driver as defined in Tiano.
+ This Timer module uses an UNIX Thread to simulate the timer-tick driven
timer service.
--*/