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

This commit is contained in:
Sönke Holz 2024-04-17 21:58:45 +02:00 committed by Andrew Kaster
commit 3af793abfd
Notes: sideshowbarker 2024-07-16 21:42:29 +09:00

View file

@ -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.
//