[PATCH] Documentation/RCU: Fix minor typo

2016-10-17 Thread Pranith Kumar
deference should actually be dereference. Signed-off-by: Pranith Kumar --- Documentation/RCU/whatisRCU.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/RCU/whatisRCU.txt b/Documentation/RCU/whatisRCU.txt index 2044227..5cbd8b2 100644 --- a/Documentation/RCU/w

Re: [PATCH] Documentation/RCU: Fix minor typo

2016-10-18 Thread Paul E. McKenney
On Tue, Oct 18, 2016 at 12:43:24AM -0700, Josh Triplett wrote: > On Tue, Oct 18, 2016 at 12:54:03AM -0400, Pranith Kumar wrote: > > deference should actually be dereference. > > > > Signed-off-by: Pranith Kumar > > Good catch. > > Reviewed-by: Josh Triplett Applied, thank you both!

Re: [PATCH] Documentation/RCU: Fix minor typo

2016-10-18 Thread Josh Triplett
On Tue, Oct 18, 2016 at 12:54:03AM -0400, Pranith Kumar wrote: > deference should actually be dereference. > > Signed-off-by: Pranith Kumar Good catch. Reviewed-by: Josh Triplett > Documentation/RCU/whatisRCU.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Docum