Skip to content

Commit a106cbf

Browse files
Tetsuo HandaJames Morris
authored andcommitted
TOMOYO: Fix a typo.
Fix a typo. Reported-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Kentaro Takeda <takedakn@nttdata.co.jp> Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: Toshiharu Harada <haradats@nttdata.co.jp> Signed-off-by: James Morris <jmorris@namei.org>
1 parent 1987f17 commit a106cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/tomoyo/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ struct tomoyo_path_info {
5555
struct tomoyo_path_info_with_data {
5656
/* Keep "head" first, for this pointer is passed to tomoyo_free(). */
5757
struct tomoyo_path_info head;
58-
char bariier1[16]; /* Safeguard for overrun. */
58+
char barrier1[16]; /* Safeguard for overrun. */
5959
char body[TOMOYO_MAX_PATHNAME_LEN];
6060
char barrier2[16]; /* Safeguard for overrun. */
6161
};

0 commit comments

Comments
 (0)