File 0924-Fix-documentation-error.patch of Package erlang
From 07cd15f3a9a581d4b1a11de8211adbf4636297fe Mon Sep 17 00:00:00 2001 From: Cheng Zhe <chengzhe02@qq.com> Date: Sun, 12 Jul 2020 10:16:53 +0800 Subject: [PATCH] Fix documentation error Fix documentation error --- lib/kernel/src/disk_log_1.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kernel/src/disk_log_1.erl b/lib/kernel/src/disk_log_1.erl index 41ef33c613..b4a80cfb13 100644 --- a/lib/kernel/src/disk_log_1.erl +++ b/lib/kernel/src/disk_log_1.erl @@ -1347,7 +1347,7 @@ inc_wrap(FName, CurF, MaxF) -> CurF > NewMaxF -> %% The change was done while the current file was %% greater than the new number of files. - %% The index file is not trunctated here, since + %% The index file is not truncated here, since %% writing the index file while opening the file %% with index 1 will write the value for the file %% with extension CurF as well. Next time the -- 2.26.2