From 022e05d81f618297b196f1afb0cb2bbf23cea2e0 Mon Sep 17 00:00:00 2001 From: Marjan Erzen Date: Mon, 24 Aug 2020 18:25:21 +0200 Subject: [PATCH] doc: fix typos in variable names There are no fl_sector nor fl_data_off fields in fe_entry. Changed to fe_* instead of fl_*. Signed-off-by: Marjan Erzen --- include/fs/fcb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fs/fcb.h b/include/fs/fcb.h index 379d2b00cd2..cfcde07d49b 100644 --- a/include/fs/fcb.h +++ b/include/fs/fcb.h @@ -148,7 +148,7 @@ int fcb_init(int f_area_id, struct fcb *fcb); * Appends an entry to circular buffer. * * When writing the - * contents for the entry, use loc->fl_sector and loc->fl_data_off with + * contents for the entry, use loc->fe_sector and loc->fe_data_off with * flash_area_write() to fcb flash_area. * When you're finished, call fcb_append_finish() with loc as argument. *