File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ bpftool gen skeleton *FILE*
104
104
105
105
- **example__load **.
106
106
This function creates maps, loads and verifies BPF programs, initializes
107
- global data maps. It corresponds to libppf 's **bpf_object__load **\ ()
107
+ global data maps. It corresponds to libbpf 's **bpf_object__load **\ ()
108
108
API.
109
109
110
110
- **example__open_and_load ** combines **example__open ** and
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ static void probe_unprivileged_disabled(void)
196
196
{
197
197
long res ;
198
198
199
- /* No support for C-style ouptut */
199
+ /* No support for C-style output */
200
200
201
201
res = read_procfs ("/proc/sys/kernel/unprivileged_bpf_disabled" );
202
202
if (json_output ) {
@@ -225,7 +225,7 @@ static void probe_jit_enable(void)
225
225
{
226
226
long res ;
227
227
228
- /* No support for C-style ouptut */
228
+ /* No support for C-style output */
229
229
230
230
res = read_procfs ("/proc/sys/net/core/bpf_jit_enable" );
231
231
if (json_output ) {
@@ -255,7 +255,7 @@ static void probe_jit_harden(void)
255
255
{
256
256
long res ;
257
257
258
- /* No support for C-style ouptut */
258
+ /* No support for C-style output */
259
259
260
260
res = read_procfs ("/proc/sys/net/core/bpf_jit_harden" );
261
261
if (json_output ) {
@@ -285,7 +285,7 @@ static void probe_jit_kallsyms(void)
285
285
{
286
286
long res ;
287
287
288
- /* No support for C-style ouptut */
288
+ /* No support for C-style output */
289
289
290
290
res = read_procfs ("/proc/sys/net/core/bpf_jit_kallsyms" );
291
291
if (json_output ) {
@@ -311,7 +311,7 @@ static void probe_jit_limit(void)
311
311
{
312
312
long res ;
313
313
314
- /* No support for C-style ouptut */
314
+ /* No support for C-style output */
315
315
316
316
res = read_procfs ("/proc/sys/net/core/bpf_jit_limit" );
317
317
if (json_output ) {
You can’t perform that action at this time.
0 commit comments