[PATCH] trivial: typofix in vmlinux.lds.h

From: Cao jin
Date: Wed Jan 31 2018 - 03:12:15 EST


aling --> aligned

Signed-off-by: Cao jin <caoj.fnst@xxxxxxxxxxxxxx>
---
include/asm-generic/vmlinux.lds.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h
index ee8b707d9fa9..470c41d2e272 100644
--- a/include/asm-generic/vmlinux.lds.h
+++ b/include/asm-generic/vmlinux.lds.h
@@ -468,7 +468,7 @@
MEM_KEEP(exit.text) \


-/* sched.text is aling to function alignment to secure we have same
+/* sched.text is aligned to function alignment to secure we have same
* address even at second ld pass when generating System.map */
#define SCHED_TEXT \
ALIGN_FUNCTION(); \
@@ -476,7 +476,7 @@
*(.sched.text) \
VMLINUX_SYMBOL(__sched_text_end) = .;

-/* spinlock.text is aling to function alignment to secure we have same
+/* spinlock.text is aligned to function alignment to secure we have same
* address even at second ld pass when generating System.map */
#define LOCK_TEXT \
ALIGN_FUNCTION(); \
--
2.14.3