| Index: src/v8threads.h
|
| diff --git a/src/v8threads.h b/src/v8threads.h
|
| index 557a8f19c94cfe296d8522f917df882cd15b3bc3..b86df731dad80ac25fa5e5cf95c0dadbe1ff4706 100644
|
| --- a/src/v8threads.h
|
| +++ b/src/v8threads.h
|
| @@ -99,7 +99,7 @@ class ContextSwitcher: public Thread {
|
| // Stop sending preemption requests to threads.
|
| static void StopPreemption();
|
|
|
| - // Preempted thread needs to call back to the ContextSwitcher to acknowlege
|
| + // Preempted thread needs to call back to the ContextSwitcher to acknowledge
|
| // the handling of a preemption request.
|
| static void PreemptionReceived();
|
|
|
|
|