From ed484c06f436eea62c5d0b1a2964f219f3e5cb61 Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Thu, 5 Nov 2015 17:48:18 +0200 Subject: bbclass: fix spelling mistakes Fix some spelling mistakes in bbclass files Signed-off-by: Maxin B. John Signed-off-by: Ross Burton --- meta/classes/siteinfo.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/siteinfo.bbclass') diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index 9f6eac4e1e..b715b6ca39 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass @@ -8,7 +8,7 @@ # # 'what' can be one of # * target: Returns the target name ("-") -# * endianess: Return "be" for big endian targets, "le" for little endian +# * endianness: Return "be" for big endian targets, "le" for little endian # * bits: Returns the bit size of the target, either "32" or "64" # * libc: Returns the name of the c library used by the target # -- cgit 1.2.3-korg