]> Git Repo - linux.git/commitdiff
tomoyo: fix small typo
authorYangtao Li <[email protected]>
Thu, 1 Nov 2018 15:55:08 +0000 (11:55 -0400)
committerJames Morris <[email protected]>
Mon, 5 Nov 2018 16:50:11 +0000 (08:50 -0800)
Signed-off-by: Yangtao Li <[email protected]>
Acked-by: Tetsuo Handa <[email protected]>
Signed-off-by: James Morris <[email protected]>
security/tomoyo/util.c

index d3d9d9f1edb04a49abd4febc908d1fc294267d4f..badffc8271c8f0f4ea1b5a37e98d84f46e2bb642 100644 (file)
@@ -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.
  */
This page took 0.059275 seconds and 4 git commands to generate.