git: eadbe9faeb57 - stable/13 - rtld(1): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Sep 2022 05:42:50 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=eadbe9faeb57cbeda1de3080d0800041852102e0 commit eadbe9faeb57cbeda1de3080d0800041852102e0 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-03 17:16:32 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-06 05:42:17 +0000 rtld(1): Fix a typo in a source code comment - s/interger/integer/ (cherry picked from commit 3576233cd355d31c58f78f3efed4fe577c9e3171) --- libexec/rtld-elf/aarch64/rtld_start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rtld-elf/aarch64/rtld_start.S b/libexec/rtld-elf/aarch64/rtld_start.S index e9d25f2ab170..196559d9d2bc 100644 --- a/libexec/rtld-elf/aarch64/rtld_start.S +++ b/libexec/rtld-elf/aarch64/rtld_start.S @@ -194,7 +194,7 @@ ENTRY(_rtld_tlsdesc_dynamic) * */ 1: - /* Save all interger registers */ + /* Save all integer registers */ stp x29, x30, [sp, #-(8 * 16)]! .cfi_adjust_cfa_offset 8 * 16 .cfi_rel_offset x29, 0