diff --git a/[refs] b/[refs] index 44fb0f6f5134..e13b7642bb8c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1987f17d2266e882862528841429b5bf67bc8fe5 +refs/heads/master: a106cbfd1f3703402fc2d95d97e7a054102250f0 diff --git a/trunk/security/tomoyo/common.h b/trunk/security/tomoyo/common.h index 6dcb7cc0ed1d..26a76d67aa1c 100644 --- a/trunk/security/tomoyo/common.h +++ b/trunk/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. */ };