Message ID | 20221017232201.1257089-1-deso@posteo.net (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | BPF |
Headers | show |
Series | [bpf-next] samples/bpf: Fix two typos | expand |
On Mon, Oct 17, 2022 at 11:22:01PM +0000, Daniel Müller wrote: > This change fixes two typos in the BPF samples README file. > > Signed-off-by: Daniel Müller <deso@posteo.net> > --- > samples/bpf/README.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/samples/bpf/README.rst b/samples/bpf/README.rst > index 60c649..f98c26 100644 > --- a/samples/bpf/README.rst > +++ b/samples/bpf/README.rst > @@ -37,8 +37,8 @@ user, simply call:: > > make headers_install > > -This will creates a local "usr/include" directory in the git/build top > -level directory, that the make system automatically pickup first. > +This will create a local "usr/include" directory in the git/build top > +level directory, that the make system will automatically pickup first. LGTM While you're here, could you please also change "pickup" to "pick up"? "Pickup" is a noun, "pick up" is a verb. If you do make this change, the commit title + summary should also be updated to not say "two". Acked-by: David Vernet <void@manifault.com>
diff --git a/samples/bpf/README.rst b/samples/bpf/README.rst index 60c649..f98c26 100644 --- a/samples/bpf/README.rst +++ b/samples/bpf/README.rst @@ -37,8 +37,8 @@ user, simply call:: make headers_install -This will creates a local "usr/include" directory in the git/build top -level directory, that the make system automatically pickup first. +This will create a local "usr/include" directory in the git/build top +level directory, that the make system will automatically pickup first. Compiling =========
This change fixes two typos in the BPF samples README file. Signed-off-by: Daniel Müller <deso@posteo.net> --- samples/bpf/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)