Skip to content

Commit 5d363f0

Browse files
committed
change "mdoe" to "mode" to fix typos in common.mk
Signed-off-by: Menglong Dong <imagedong@tencent.com>
1 parent 712b2a4 commit 5d363f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ endif
5151

5252
ifdef COMPAT
5353
ifeq ($(wildcard $(HEADERS)),)
54-
$(error kernel headers not exist in COMPAT mdoe, please install it)
54+
$(error kernel headers not exist in COMPAT mode, please install it)
5555
endif
5656
kheaders_cmd := ln -s vmlinux_header.h kheaders.h
5757
CFLAGS += -DCOMPAT_MODE -DBPF_NO_GLOBAL_DATA

0 commit comments

Comments
 (0)