diff options
author | Francis Galiegue <fgaliegue@gmail.com> | 2010-04-23 00:08:02 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-04-23 02:09:52 +0200 |
commit | a33f32244d8550da8b4a26e277ce07d5c6d158b5 (patch) | |
tree | 2b24b891e48ae791446fef6d1b9e520190c03c62 /Documentation/netlabel | |
parent | 6c9468e9eb1252eaefd94ce7f06e1be9b0b641b1 (diff) |
Documentation/: it's -> its where appropriate
Fix obvious cases of "it's" being used when "its" was meant.
Signed-off-by: Francis Galiegue <fgaliegue@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/netlabel')
-rw-r--r-- | Documentation/netlabel/lsm_interface.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/netlabel/lsm_interface.txt b/Documentation/netlabel/lsm_interface.txt index 98dd9f7430f2..638c74f7de7f 100644 --- a/Documentation/netlabel/lsm_interface.txt +++ b/Documentation/netlabel/lsm_interface.txt @@ -38,7 +38,7 @@ Depending on the exact configuration, translation between the network packet label and the internal LSM security identifier can be time consuming. The NetLabel label mapping cache is a caching mechanism which can be used to sidestep much of this overhead once a mapping has been established. Once the -LSM has received a packet, used NetLabel to decode it's security attributes, +LSM has received a packet, used NetLabel to decode its security attributes, and translated the security attributes into a LSM internal identifier the LSM can use the NetLabel caching functions to associate the LSM internal identifier with the network packet's label. This means that in the future |