aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Iooss <nicolas.iooss@m4x.org>2014-03-23 22:01:37 +0100
committerSven Vermeulen <sven.vermeulen@siphos.be>2014-04-08 17:20:45 +0200
commit0ec7241b0d77111ca2d105bc2c38a85ba6cef4f2 (patch)
treed36bd7526db8e89373ed8dfc0c2cdc68f0d46cbf /support
parentQemu socket support (diff)
downloadhardened-refpolicy-0ec7241b0d77111ca2d105bc2c38a85ba6cef4f2.tar.gz
hardened-refpolicy-0ec7241b0d77111ca2d105bc2c38a85ba6cef4f2.tar.bz2
hardened-refpolicy-0ec7241b0d77111ca2d105bc2c38a85ba6cef4f2.zip
fc_sort: fix typos in comments
Diffstat (limited to 'support')
-rw-r--r--support/fc_sort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/fc_sort.c b/support/fc_sort.c
index e03ef3b58..29e2ce991 100644
--- a/support/fc_sort.c
+++ b/support/fc_sort.c
@@ -81,7 +81,7 @@ typedef struct file_context_bucket {
* -> a is less specific than b.
* If a's string length is shorter than b's string length,
* -> a is less specific than b.
- * If a does not have a specified type and b does not,
+ * If a does not have a specified type and b does,
* -> a is less specific than b.
*/
int fc_compare(file_context_node_t *a, file_context_node_t *b)
@@ -496,7 +496,7 @@ int main(int argc, char *argv[])
bcurrent->data = current;
current = current->next;
- /* Detatch the node in the bucket from the old list. */
+ /* Detach the node in the bucket from the old list. */
bcurrent->data->next = NULL;
/* If there should be another bucket, put one at the end. */