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 <github-cwa@pinkit.de>
This commit is contained in:
Marjan Erzen 2020-08-24 18:25:21 +02:00 committed by Anas Nashif
commit 022e05d81f

View file

@ -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.
*