Prechádzať zdrojové kódy

LibELF: Correct the comment at the top of AArch64's tls.S

Sönke Holz 1 rok pred
rodič
commit
3af793abfd

+ 1 - 1
Userland/Libraries/LibELF/Arch/aarch64/tls.S

@@ -24,7 +24,7 @@
 // };
 //
 // The resolver takes a pointer to the descriptor as an argument and returns
-// the symbol's offset to the thread pointer (tpidr_el1). The second field of
+// the symbol's offset to the thread pointer (tpidr_el0). The second field of
 // the descriptor is an implementation-defined value which the resolver uses to
 // identify the symbol.
 //