1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

chore: fix some typos (#3949)

Signed-off-by: acceptacross <csqcqs@gmail.com>
This commit is contained in:
acceptacross
2024-03-12 23:44:42 +08:00
committed by GitHub
parent ee6acaf26b
commit 8ba5bc4729
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
# You may select, at your option, one of the above-listed licenses. # 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: lib-release:
# Modules # Modules

View File

@ -15,7 +15,7 @@
# zstd-decompress : decompressor-only version of zstd # 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: zstd-release:
LIBZSTD_MK_DIR = ../lib LIBZSTD_MK_DIR = ../lib