From 71418322dad0c66ab549f694815fe545c9a45bd7 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 12 Jul 2015 19:22:07 +0200 Subject: [PATCH] remove typo --- hermit/arch/x86/kernel/gdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/arch/x86/kernel/gdt.c b/hermit/arch/x86/kernel/gdt.c index 5a16a36ca..7b93aaa22 100644 --- a/hermit/arch/x86/kernel/gdt.c +++ b/hermit/arch/x86/kernel/gdt.c @@ -139,7 +139,7 @@ void gdt_install(void) GDT_FLAG_RING3 | GDT_FLAG_SEGMENT | GDT_FLAG_CODESEG | GDT_FLAG_PRESENT, gran_cs); /* - * Create TSS for each task at ring0 (we use these segments for task switching) + * Create TSS for each core (we use these segments for task switching) */ for(i=0; i