- Remove KiRawTicks -- this was previously a ros-specific kernel export, but is now unused

- Fix a comment typo

svn path=/trunk/; revision=35309
This commit is contained in:
Stefan Ginsberg 2008-08-13 17:24:22 +00:00
parent 6c420630c9
commit bfd08e980b

View file

@ -17,7 +17,6 @@
LARGE_INTEGER KeBootTime;
ULONGLONG KeBootTimeBias;
volatile KSYSTEM_TIME KeTickCount = {0};
volatile ULONG KiRawTicks = 0;
ULONG KeMaximumIncrement;
ULONG KeMinimumIncrement;
ULONG KeTimeAdjustment;
@ -95,7 +94,7 @@ KeSetSystemTime(IN PLARGE_INTEGER NewTime,
Timer = CONTAINING_RECORD(NextEntry, KTIMER, TimerListEntry);
NextEntry = NextEntry->Flink;
/* Is is absolute? */
/* Is it absolute? */
if (Timer->Header.Absolute)
{
/* Remove it from the timer list */