]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/tomoyo/common.h
TOMOYO: Fix a typo.
[linux-2.6-omap-h63xx.git] / security / tomoyo / common.h
index 6dcb7cc0ed1d5c5eaa0bc9714fd37b7cb32d39d9..26a76d67aa1c21b8f21b4eae22ca1dc091d1a43d 100644 (file)
@@ -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. */
 };