diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-02-25 02:49:03 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2015-03-20 09:53:06 -0700 |
commit | 7b1d78f1b9e8fa06b216a5c960f294d9227db6e0 (patch) | |
tree | 638ad404f583988e819d7fa20967a1904950574b /recipes-kernel | |
parent | 666f9bd17aeeaea5f7aab5a2303adccc309bb29f (diff) | |
download | meta-security-7b1d78f1b9e8fa06b216a5c960f294d9227db6e0.tar.gz meta-security-7b1d78f1b9e8fa06b216a5c960f294d9227db6e0.tar.bz2 meta-security-7b1d78f1b9e8fa06b216a5c960f294d9227db6e0.zip |
tomoyo: fix typos in scc file
thanks to rday for pointing it out.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-yocto/tomoyo.scc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-yocto/tomoyo.scc b/recipes-kernel/linux/linux-yocto/tomoyo.scc index 9080934..588864c 100644 --- a/recipes-kernel/linux/linux-yocto/tomoyo.scc +++ b/recipes-kernel/linux/linux-yocto/tomoyo.scc @@ -1,4 +1,4 @@ -define KFEATURE_DESCRIPTION "Toyomo Kernel Support" +define KFEATURE_DESCRIPTION "Tomoyo Kernel Support" define KFEATURE_COMPATIBILITY arch -kconf non-hardware toyomo.cfg +kconf non-hardware tomoyo.cfg |