Skip to content

Commit

Permalink
tomoyo: fix small typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yangtao Li authored and James Morris committed Nov 5, 2018
1 parent 3f6caaf commit f09c296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/tomoyo/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit f09c296

Please sign in to comment.