diff options
| author | Tetsuo Handa <[email protected]> | 2009-03-27 13:12:16 +0900 |
|---|---|---|
| committer | James Morris <[email protected]> | 2009-03-27 19:03:44 +1100 |
| commit | a106cbfd1f3703402fc2d95d97e7a054102250f0 (patch) | |
| tree | f386efb92e2c68bbd15900b6f14a56c444c28556 | |
| parent | 1987f17d2266e882862528841429b5bf67bc8fe5 (diff) | |
TOMOYO: Fix a typo.
Fix a typo.
Reported-by: Pavel Machek <[email protected]>
Signed-off-by: Kentaro Takeda <[email protected]>
Signed-off-by: Tetsuo Handa <[email protected]>
Signed-off-by: Toshiharu Harada <[email protected]>
Signed-off-by: James Morris <[email protected]>
| -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 6dcb7cc0ed1d..26a76d67aa1c 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. */ }; |