From: Bernhard Reutner-Fischer Date: Tue, 5 Feb 2013 15:55:41 +0000 (+0100) Subject: base.bbclass: Commentary typo fix X-Git-Tag: 2015-4~7633 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3f0c1f6f001bbe958a0589da7db52f96a2d9d369;p=openembedded-core.git base.bbclass: Commentary typo fix Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Saul Wold --- diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 5f43733905..3ad3842fad 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass @@ -160,7 +160,7 @@ def pkgarch_mapping(d): d.setVar("TUNE_PKGARCH", "armv7a") def preferred_ml_updates(d): - # If any PREFERRED_PROVIDER or PREFERRED_VERSIONS are set, + # If any PREFERRED_PROVIDER or PREFERRED_VERSION are set, # we need to mirror these variables in the multilib case; # likewise the PNBLACKLIST flags. multilibs = d.getVar('MULTILIBS', True) or ""