diff options
author | Wei Yang <richard.weiyang@gmail.com> | 2024-03-13 07:58:36 +0000 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2024-03-13 11:29:10 +0100 |
commit | 1793f69326266269a8117d3f5324ac78db18931c (patch) | |
tree | 386e8455ef8cb94c75b32056b243d6c3268cd089 /include/asm-generic | |
parent | b29f377119f68b942369a9366bdcb1fec82b2cda (diff) |
vmlinux.lds.h: Fix a typo in comment
Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20240313075839.8321-2-richard.weiyang@gmail.com
Diffstat (limited to 'include/asm-generic')
-rw-r--r-- | include/asm-generic/vmlinux.lds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index 5dd3a61d673d..514d3002ad8a 100644 --- a/include/asm-generic/vmlinux.lds.h +++ b/include/asm-generic/vmlinux.lds.h @@ -3,7 +3,7 @@ * linker scripts. * * A minimal linker scripts has following content: - * [This is a sample, architectures may have special requiriements] + * [This is a sample, architectures may have special requirements] * * OUTPUT_FORMAT(...) * OUTPUT_ARCH(...) |