Kernel/x86_64 - Fixed typo in kernel version line
authorJohn Hodge <[email protected]>
Fri, 28 Oct 2011 13:40:42 +0000 (21:40 +0800)
committerJohn Hodge <[email protected]>
Fri, 28 Oct 2011 13:40:42 +0000 (21:40 +0800)
Kernel/arch/x86_64/main.c

index c154870..3532c80 100644 (file)
@@ -26,7 +26,7 @@ void kmain(Uint MbMagic, void *MbInfoPtr)
 {
        tMBoot_Info     *mbInfo;
 
-       LogF("Acess2 x86_65 v"EXPAND_STR(KERNEL_VERSION)"\n");
+       LogF("Acess2 x86_64 v"EXPAND_STR(KERNEL_VERSION)"\n");
        LogF(" Build %i, Git Hash %s\n", BUILD_NUM, gsGitHash);
        
        Desctab_Init();

UCC git Repository :: git.ucc.asn.au