diff options
author | Wei Yang <[email protected]> | 2024-03-13 07:58:36 +0000 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2024-03-13 11:29:10 +0100 |
commit | 1793f69326266269a8117d3f5324ac78db18931c (patch) | |
tree | 386e8455ef8cb94c75b32056b243d6c3268cd089 | |
parent | b29f377119f68b942369a9366bdcb1fec82b2cda (diff) |
vmlinux.lds.h: Fix a typo in comment
Signed-off-by: Wei Yang <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-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(...) |