lkml.org 
[lkml]   [2017]   [Feb]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH v2] x86: Clean up a tiny description mistake in kernel ld script
Remove the redundent word "is". And add several missing definite
article 'the'.

Signed-off-by: Baoquan He <bhe@redhat.com>
---
arch/x86/kernel/vmlinux.lds.S | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/x86/kernel/vmlinux.lds.S b/arch/x86/kernel/vmlinux.lds.S
index e79f15f..44d7eaa 100644
--- a/arch/x86/kernel/vmlinux.lds.S
+++ b/arch/x86/kernel/vmlinux.lds.S
@@ -7,10 +7,10 @@
* Copyright (C) 2007-2009 Sam Ravnborg <sam@ravnborg.org>
*
*
- * Don't define absolute symbols until and unless you know that symbol
- * value is should remain constant even if kernel image is relocated
- * at run time. Absolute symbols are not relocated. If symbol value should
- * change if kernel is relocated, make the symbol section relative and
+ * Don't define absolute symbols until and unless you know that the symbol
+ * value should remain constant even if the kernel image is relocated at
+ * run time. Absolute symbols are not relocated. If the symbol value should
+ * change if the kernel is relocated, make the symbol section relative and
* put it inside the section definition.
*/

--
2.5.5
\
 
 \ /
  Last update: 2017-02-10 14:28    [W:0.053 / U:0.300 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site