From: Yangtao Li Date: Thu, 1 Nov 2018 15:55:08 +0000 (-0400) Subject: tomoyo: fix small typo X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=f09c296ebf407f98f4ca70892e612b54484bf663;p=openwrt%2Fstaging%2Fblogic.git tomoyo: fix small typo Signed-off-by: Yangtao Li Acked-by: Tetsuo Handa Signed-off-by: James Morris --- diff --git a/security/tomoyo/util.c b/security/tomoyo/util.c index d3d9d9f1edb0..badffc8271c8 100644 --- a/security/tomoyo/util.c +++ b/security/tomoyo/util.c @@ -106,7 +106,7 @@ void tomoyo_convert_time(time64_t time64, struct tomoyo_time *stamp) * @string: String representation for permissions in foo/bar/buz format. * @keyword: Keyword to find from @string/ * - * Returns ture if @keyword was found in @string, false otherwise. + * Returns true if @keyword was found in @string, false otherwise. * * This function assumes that strncmp(w1, w2, strlen(w1)) != 0 if w1 != w2. */