linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: livepatch: fix minor typo in shadow-vars.txt
@ 2018-07-16  5:48 Kamalesh Babulal
  2018-07-16 12:43 ` Josh Poimboeuf
  0 siblings, 1 reply; 2+ messages in thread
From: Kamalesh Babulal @ 2018-07-16  5:48 UTC (permalink / raw)
  To: live-patching; +Cc: Kamalesh Babulal, linux-kernel

Fix the spelling of 'varibles' -> 'variables' in
shadows->vars.txt file.

Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
---
 Documentation/livepatch/shadow-vars.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/livepatch/shadow-vars.txt b/Documentation/livepatch/shadow-vars.txt
index ecc09a7be5dd..f69c6261e951 100644
--- a/Documentation/livepatch/shadow-vars.txt
+++ b/Documentation/livepatch/shadow-vars.txt
@@ -150,7 +150,7 @@ In-flight parent objects
 
 Sometimes it may not be convenient or possible to allocate shadow
 variables alongside their parent objects.  Or a livepatch fix may
-require shadow varibles to only a subset of parent object instances.  In
+require shadow variables to only a subset of parent object instances.  In
 these cases, the klp_shadow_get_or_alloc() call can be used to attach
 shadow variables to parents already in-flight.
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: livepatch: fix minor typo in shadow-vars.txt
  2018-07-16  5:48 [PATCH] doc: livepatch: fix minor typo in shadow-vars.txt Kamalesh Babulal
@ 2018-07-16 12:43 ` Josh Poimboeuf
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Poimboeuf @ 2018-07-16 12:43 UTC (permalink / raw)
  To: Kamalesh Babulal; +Cc: live-patching, linux-kernel

On Mon, Jul 16, 2018 at 11:18:40AM +0530, Kamalesh Babulal wrote:
> Fix the spelling of 'varibles' -> 'variables' in
> shadows->vars.txt file.
> 
> Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
> ---
>  Documentation/livepatch/shadow-vars.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/livepatch/shadow-vars.txt b/Documentation/livepatch/shadow-vars.txt
> index ecc09a7be5dd..f69c6261e951 100644
> --- a/Documentation/livepatch/shadow-vars.txt
> +++ b/Documentation/livepatch/shadow-vars.txt
> @@ -150,7 +150,7 @@ In-flight parent objects
>  
>  Sometimes it may not be convenient or possible to allocate shadow
>  variables alongside their parent objects.  Or a livepatch fix may
> -require shadow varibles to only a subset of parent object instances.  In
> +require shadow variables to only a subset of parent object instances.  In

While we're at it, the sentence grammar can be fixed by changing "to" to
"for".

-- 
Josh

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-16 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-16  5:48 [PATCH] doc: livepatch: fix minor typo in shadow-vars.txt Kamalesh Babulal
2018-07-16 12:43 ` Josh Poimboeuf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).