summaryrefslogtreecommitdiffstats
path: root/common/state/state.h
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2019-02-06 11:34:02 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-02-07 08:53:58 +0100
commit69b16bcc850c9eef0f399f531d0b0cfdacb9b4e4 (patch)
treecdef61b9652f622a400fffb9dd8e3657a20e65db /common/state/state.h
parentee5177069e32163d0db0a0fa0e7054d6560298e2 (diff)
downloadbarebox-69b16bcc850c9eef0f399f531d0b0cfdacb9b4e4.tar.gz
barebox-69b16bcc850c9eef0f399f531d0b0cfdacb9b4e4.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/state.h')
-rw-r--r--common/state/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/state/state.h b/common/state/state.h
index 3a0662fd25..912d6d4848 100644
--- a/common/state/state.h
+++ b/common/state/state.h
@@ -6,7 +6,7 @@ struct state;
struct mtd_info_user;
enum state_flags {
- STATE_FLAG_NO_AUTHENTIFICATION = (1 << 0),
+ STATE_FLAG_NO_AUTHENTICATION = (1 << 0),
};
enum state_variable_type {