diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-28 19:45:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-28 19:45:20 +0100 |
commit | 5892e91f43044d7e5f6b9974d5810944ea8ca4b9 (patch) | |
tree | 8a83745795120715724aad438a966a322910dd07 | |
parent | whitespace (diff) | |
download | mds-5892e91f43044d7e5f6b9974d5810944ea8ca4b9.tar.gz mds-5892e91f43044d7e5f6b9974d5810944ea8ca4b9.tar.bz2 mds-5892e91f43044d7e5f6b9974d5810944ea8ca4b9.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/mds-kbdc/simplify-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kbdc/simplify-tree.c b/src/mds-kbdc/simplify-tree.c index 894bbab..52b3151 100644 --- a/src/mds-kbdc/simplify-tree.c +++ b/src/mds-kbdc/simplify-tree.c @@ -372,7 +372,7 @@ static int simplify_map(mds_kbdc_tree_map_t* restrict tree) * subsequences. Thus after the elimination of alternations, * ordered subsequences are eliminated too. * - * Example of what will happen, ‘{ }’ presents an + * Example of what will happen, ‘{ }’ represents an * ordered subsequence: * * (1 2) (3 4) : 0 ## mapping 1 |