X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fprocess.c;h=cdfe5b4e99b36a942154e7fde5778bd0be811a84;hb=d9f6e12fb0b7fcded0bac34b8293ec46f80dfc33;hp=9c214d7085a489a2c18c093619e6ef6b1210b01d;hpb=d346da4a4a4485e3e728569a48bec6bfbf9e53d5;p=linux-2.6-microblaze.git diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c index 9c214d7085a4..cdfe5b4e99b3 100644 --- a/arch/x86/kernel/process.c +++ b/arch/x86/kernel/process.c @@ -451,7 +451,7 @@ void speculative_store_bypass_ht_init(void) * First HT sibling to come up on the core. Link shared state of * the first HT sibling to itself. The siblings on the same core * which come up later will see the shared state pointer and link - * themself to the state of this CPU. + * themselves to the state of this CPU. */ st->shared_state = st; }