diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-07-15 05:25:40 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-27 12:12:11 -0700 |
commit | f0c2a1d68f73d9389578598ccfd65537aba8b858 (patch) | |
tree | 1b819e2f5ae1362c76e6d99ef6eedde8d18d6a08 /conf | |
parent | feffb40630bf9d65c95176de223a8ff4f4aa58be (diff) |
minimal: commentary typo fix
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/minimal-uclibc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/minimal-uclibc.conf b/conf/distro/minimal-uclibc.conf index 287d6de2b4..bc9615b79f 100644 --- a/conf/distro/minimal-uclibc.conf +++ b/conf/distro/minimal-uclibc.conf @@ -42,6 +42,6 @@ DISTRO_FEATURES += "eabi" DISTRO_FEATURES += "pam" # large file support is needed for libsndfile DISTRO_FEATURES += "largefile" -# glib-2.0 nneds ipv6 and there is no knob to control it +# glib-2.0 needs ipv6 and there is no knob to control it DISTRO_FEATURES += "ipv4 ipv6" DISTRO_FEATURES += ' ${@["", "thumb-interwork"][bb.data.getVar('THUMB_INTERWORK', d, 1) == "yes"]}' |