summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2016-09-27 09:33:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-09-28 08:29:18 +0200
commit322890fa62ff98e3d96465d7a202306a0e4f2687 (patch)
tree7e714471573b4f37c42a860749fb5c8dce8f7441
parenta1e19c94d13d1b1eb4c8bc4f4dfce0dd3500bdfa (diff)
downloadbarebox-322890fa62ff98e3d96465d7a202306a0e4f2687.tar.gz
barebox-322890fa62ff98e3d96465d7a202306a0e4f2687.tar.xz
blspec: fix typo
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--common/blspec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/blspec.c b/common/blspec.c
index b45bd291e9..98e2b01c17 100644
--- a/common/blspec.c
+++ b/common/blspec.c
@@ -348,7 +348,7 @@ out:
* entry_is_of_compatible - check if a bootspec entry is compatible with
* the current machine.
*
- * returns true is the entry is compatible, false otherwise
+ * returns true if the entry is compatible, false otherwise
*/
static bool entry_is_of_compatible(struct blspec_entry *entry)
{