[apparmor] [PATCH] apparmor: clarify name of flex info page
Zygmunt Krynicki
zygmunt.krynicki at canonical.com
Thu Jul 6 20:32:36 UTC 2017
A code comment refers to info page of flex titled "Tables File Format"
but omits the trailing "s", this patch corrects that.
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
---
security/apparmor/include/match.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/apparmor/include/match.h b/security/apparmor/include/match.h
index a85bb3b1836c..3666e49c1058 100644
--- a/security/apparmor/include/match.h
+++ b/security/apparmor/include/match.h
@@ -23,7 +23,7 @@
/**
* The format used for transition tables is based on the GNU flex table
- * file format (--tables-file option; see Table File Format in the flex
+ * file format (--tables-file option; see Tables File Format in the flex
* info pages and the flex sources for documentation). The magic number
* used in the header is 0x1B5E783D instead of 0xF13C57B1 though, because
* new tables have been defined and others YY_ID_CHK (check) and YY_ID_DEF
--
2.11.0
More information about the AppArmor
mailing list