diff options
Diffstat (limited to 'meta/classes/siteinfo.bbclass')
-rw-r--r-- | meta/classes/siteinfo.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
8 | # | 8 | # |
9 | # 'what' can be one of | 9 | # 'what' can be one of |
10 | # * target: Returns the target name ("<arch>-<os>") | 10 | # * target: Returns the target name ("<arch>-<os>") |
11 | # * endianess: Return "be" for big endian targets, "le" for little endian | 11 | # * endianness: Return "be" for big endian targets, "le" for little endian |
12 | # * bits: Returns the bit size of the target, either "32" or "64" | 12 | # * bits: Returns the bit size of the target, either "32" or "64" |
13 | # * libc: Returns the name of the c library used by the target | 13 | # * libc: Returns the name of the c library used by the target |
14 | # | 14 | # |