diff options
author | Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp> | 2009-03-27 13:12:16 +0900 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2009-03-27 19:03:44 +1100 |
commit | a106cbfd1f3703402fc2d95d97e7a054102250f0 (patch) | |
tree | f386efb92e2c68bbd15900b6f14a56c444c28556 | |
parent | 1987f17d2266e882862528841429b5bf67bc8fe5 (diff) | |
download | linux-3.10-a106cbfd1f3703402fc2d95d97e7a054102250f0.tar.gz linux-3.10-a106cbfd1f3703402fc2d95d97e7a054102250f0.tar.bz2 linux-3.10-a106cbfd1f3703402fc2d95d97e7a054102250f0.zip |
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>
-rw-r--r-- | security/tomoyo/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tomoyo/common.h b/security/tomoyo/common.h index 6dcb7cc0ed1..26a76d67aa1 100644 --- a/security/tomoyo/common.h +++ b/security/tomoyo/common.h @@ -55,7 +55,7 @@ struct tomoyo_path_info { struct tomoyo_path_info_with_data { /* Keep "head" first, for this pointer is passed to tomoyo_free(). */ struct tomoyo_path_info head; - char bariier1[16]; /* Safeguard for overrun. */ + char barrier1[16]; /* Safeguard for overrun. */ char body[TOMOYO_MAX_PATHNAME_LEN]; char barrier2[16]; /* Safeguard for overrun. */ }; |