9
0
Fork 0

blspec: fix typo

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Ulrich Ölmann 2016-09-27 09:33:12 +02:00 committed by Sascha Hauer
parent a1e19c94d1
commit 322890fa62
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{