summaryrefslogtreecommitdiffstats
path: root/common/state
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2018-10-08 20:02:06 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-10-10 07:41:03 +0200
commitf6a47cc3de70b6bc8a79b0b6dc120b2442c472c2 (patch)
tree973605c57d9ae68aaa2f521fbc964d8fa4bdb564 /common/state
parent87a0df348347932a69c260d57184197a2cc24a58 (diff)
downloadbarebox-f6a47cc3de70b6bc8a79b0b6dc120b2442c472c2.tar.gz
barebox-f6a47cc3de70b6bc8a79b0b6dc120b2442c472c2.tar.xz
common: state: fix typo
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/state')
-rw-r--r--common/state/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/state/state.c b/common/state/state.c
index 25d9502111..1273c494c1 100644
--- a/common/state/state.c
+++ b/common/state/state.c
@@ -83,7 +83,7 @@ out:
}
/**
- * state_load - Loads a state from the backend
+ * state_do_load - Loads a state from the backend
* @param state The state that should be updated to contain the loaded data
* @return 0 on success, -errno on failure. If no state is loaded the previous
* values remain in the state.