From 80116d85cebcc775e432dd6e72473757f82c4bdb Mon Sep 17 00:00:00 2001 From: acceptacross Date: Tue, 12 Mar 2024 10:43:13 +0800 Subject: [PATCH] chore: fix some typos Signed-off-by: acceptacross --- lib/Makefile | 2 +- programs/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 754c909609d..8bfdade9f12 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -8,7 +8,7 @@ # You may select, at your option, one of the above-listed licenses. # ################################################################ -# default target (when runing `make` with no argument) +# default target (when running `make` with no argument) lib-release: # Modules diff --git a/programs/Makefile b/programs/Makefile index 6cd5c1eee55..4dcd84105bb 100644 --- a/programs/Makefile +++ b/programs/Makefile @@ -15,7 +15,7 @@ # zstd-decompress : decompressor-only version of zstd # ########################################################################## -# default target (when runing `make` with no argument) +# default target (when running `make` with no argument) zstd-release: LIBZSTD_MK_DIR = ../lib