From 444ee36545998cad54e6b1df7bec604b1fa9834c Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 27 Mar 2017 11:47:29 +0200 Subject: [PATCH] state: backend circular: Fix wrong comment Signed-off-by: Sascha Hauer --- common/state/backend_bucket_circular.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/state/backend_bucket_circular.c b/common/state/backend_bucket_circular.c index 9cb9dce2a..0bce900d0 100644 --- a/common/state/backend_bucket_circular.c +++ b/common/state/backend_bucket_circular.c @@ -323,7 +323,7 @@ static int state_backend_bucket_circular_write(struct state_backend_storage_buck circ->write_area = 0; } /* - * If the write area is at the beginning of the page, erase it and write + * If the write area is at the beginning of the eraseblock, erase it and write * at offset 0. As we only erase right before writing there are no * conditions where we regularly erase a block multiple times without * writing.