diff options
author | Gao Xiang <hsiangkao@aol.com> | 2020-10-24 18:05:16 +0800 |
---|---|---|
committer | Gao Xiang <hsiangkao@aol.com> | 2020-11-01 23:42:18 +0800 |
commit | ef1c0a261ba1b487c6a87226dad2aeb6bb15458a (patch) | |
tree | 1ecbecdfc31b1f8df1c08edd3d7e835a6a75c161 /lib/compress.c | |
parent | 610c40cf543e040a01a80cd335eb5b1a287b4902 (diff) |
erofs-utils: fix the project prefix to "erofs-utils"
Some of them were "erofs_utils" in source headers by mistake.
Link: https://lore.kernel.org/r/20201024100516.14759-1-hsiangkao@aol.com
Reviewed-by: Li Guifu <bluce.lee@aliyun.com>
Signed-off-by: Gao Xiang <hsiangkao@aol.com>
Diffstat (limited to 'lib/compress.c')
-rw-r--r-- | lib/compress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compress.c b/lib/compress.c index 6cc68ed..86db940 100644 --- a/lib/compress.c +++ b/lib/compress.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * erofs_utils/lib/compress.c + * erofs-utils/lib/compress.c * * Copyright (C) 2018-2019 HUAWEI, Inc. * http://www.huawei.com/ |