From 3af793abfd0d16174ec867e2fd474ef03ddd1a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Holz?= Date: Wed, 17 Apr 2024 21:58:45 +0200 Subject: [PATCH] LibELF: Correct the comment at the top of AArch64's tls.S --- Userland/Libraries/LibELF/Arch/aarch64/tls.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Libraries/LibELF/Arch/aarch64/tls.S b/Userland/Libraries/LibELF/Arch/aarch64/tls.S index f33e23add4d..a24ba3392eb 100644 --- a/Userland/Libraries/LibELF/Arch/aarch64/tls.S +++ b/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. //