From 2dd3bafb0c21d7f49fcc2945836924d9c052d268 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Thu, 28 Jul 2022 05:31:46 +0900 Subject: Fix installation README spdx typo issue Fix to external header is not installing. Fix to algorithm description. Fix to SPDX-License-Identifier in mock header. Fix to some typo. Bug-AGL: SPEC-4500 Change-Id: Ica9d32601d26243a8c4361c290e0bc853fa43ec4 Signed-off-by: Naoto Yamaguchi --- README | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'README') diff --git a/README b/README index 3fb6b47..c8b0579 100644 --- a/README +++ b/README @@ -114,14 +114,7 @@ New data write - case 2. | file | | file | -------- -------- -2-5. Remove oldest backup file. - - -------- -------- -| New | | backup | -| file | | file | - -------- -------- - -2-6. Done. +2-5. Done. Recovery from abnormal conditions. @@ -179,7 +172,7 @@ ac5. Latest file and new file. -------- p1 -Return data from a new file. Typically new file may not completed write operation. +Return data from a latest file. Typically new file may not completed write operation. ac6. Backup file and new file. -- cgit