Skip to content

Commit d1b1e0d

Browse files
authored
Merge pull request #84 from OpenCloudOS/fixes
change "mdoe" to "mode" to fix typos in common.mk
2 parents 712b2a4 + 5d363f0 commit d1b1e0d

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)