diff options
author | Tao Zou <[email protected]> | 2024-07-05 10:28:41 +0800 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2024-07-09 09:12:20 -0600 |
commit | e7b5c6301910427d546603e3cfbf5b1e9304c92e (patch) | |
tree | 7f863bd3ab7cf116549cdfbb418113c4d4d84955 | |
parent | 0ee9fb1ab77b4145b2d23741fe51081147bd24cd (diff) |
zh_CN/admin-guide: one typo fix
Fix one chinese typo error.
Signed-off-by: Tao Zou <[email protected]>
Reviewed-by: Dongliang Mu <[email protected]>
Reviewed-by: Yanteng Si <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/translations/zh_CN/admin-guide/numastat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/admin-guide/numastat.rst b/Documentation/translations/zh_CN/admin-guide/numastat.rst index c0f54d9a6b05..4d9817b91870 100644 --- a/Documentation/translations/zh_CN/admin-guide/numastat.rst +++ b/Documentation/translations/zh_CN/admin-guide/numastat.rst @@ -13,7 +13,7 @@ Numa策略命中/未命中统计 所有数据的单位都是页面。巨页有独立的计数器。 -numa_hit、numa_miss和numa_foreign计数器反应了进程是否能够在他们偏好的节点上分配内存。 +numa_hit、numa_miss和numa_foreign计数器反映了进程是否能够在他们偏好的节点上分配内存。 如果进程成功在偏好的节点上分配内存则在偏好的节点上增加numa_hit计数,否则在偏好的节点上增 加numa_foreign计数同时在实际内存分配的节点上增加numa_miss计数。 |