diff options
author | Yangtao Li <tiny.windzz@gmail.com> | 2018-11-01 11:55:08 -0400 |
---|---|---|
committer | James Morris <james.morris@microsoft.com> | 2018-11-05 08:50:11 -0800 |
commit | f09c296ebf407f98f4ca70892e612b54484bf663 (patch) | |
tree | a9c73fe547827a1d5d3fc3e81b1be9302f33fcfb /security/tomoyo | |
parent | 3f6caaf5ff33073ca1a3a0b82edacab3c57c38f9 (diff) |
tomoyo: fix small typo
Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Acked-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <james.morris@microsoft.com>
Diffstat (limited to 'security/tomoyo')
-rw-r--r-- | security/tomoyo/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |