diff options
author | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-06-26 12:10:54 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-07-07 22:09:59 +0300 |
commit | 97e937dec70d0b78b8d11091273e818158b56070 (patch) | |
tree | edd2642b4f5e882a67a46d6599b50645503a3a95 /Documentation/translations | |
parent | 36395fb365df3c216b6bda1fd55cf9a39907852b (diff) | |
download | linux-97e937dec70d0b78b8d11091273e818158b56070.tar.xz |
docs: zh_CN/vm/zsmalloc.rst: fix a typo
typo:
zs_malloc.rst -> zsmalloc.rst
Fixes: 6dbc3a5bdb46 ("docs/zh_CN: add vm zsmalloc translation")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Acked-by: Yanteng Si<siyanteng@loongson.cn>
Link: https://lore.kernel.org/r/25a9fff20d39a6638b8a7c0fefa0767e77d96dec.1656234456.git.mchehab@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations')
-rw-r--r-- | Documentation/translations/zh_CN/vm/zsmalloc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/vm/zsmalloc.rst b/Documentation/translations/zh_CN/vm/zsmalloc.rst index 29e9c70a8eb6..45a9b7ab2a51 100644 --- a/Documentation/translations/zh_CN/vm/zsmalloc.rst +++ b/Documentation/translations/zh_CN/vm/zsmalloc.rst @@ -1,4 +1,4 @@ -:Original: Documentation/vm/zs_malloc.rst +:Original: Documentation/vm/zsmalloc.rst :翻译: |