[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221029211520.24033-1-tegongkang@gmail.com>
Date: Sun, 30 Oct 2022 06:15:20 +0900
From: Kang Minchul <tegongkang@...il.com>
To: Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andrii@...nel.org>
Cc: Martin KaFai Lau <martin.lau@...ux.dev>, bpf@...r.kernel.org,
linux-kernel@...r.kernel.org, Kang Minchul <tegongkang@...il.com>
Subject: [PATCH] samples: bpf: fix typo in README
This commit fixes a simple typo in samples/bpf/README.rst
changed cofiguration to configuration.
Signed-off-by: Kang Minchul <tegongkang@...il.com>
---
samples/bpf/README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/bpf/README.rst b/samples/bpf/README.rst
index 60c6494adb1b..af4934639133 100644
--- a/samples/bpf/README.rst
+++ b/samples/bpf/README.rst
@@ -87,7 +87,7 @@ Cross compiling samples
-----------------------
In order to cross-compile, say for arm64 targets, export CROSS_COMPILE and ARCH
environment variables before calling make. But do this before clean,
-cofiguration and header install steps described above. This will direct make to
+configuration and header install steps described above. This will direct make to
build samples for the cross target::
export ARCH=arm64
--
2.34.1
Powered by blists - more mailing lists