diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-15 08:22:31 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-15 08:22:31 +0200 |
commit | 83433587a0c2d3ebfb67a8e895fbc8e626fc6abc (patch) | |
tree | afa9c3f3a798758f7636cc901c2e1a164b7a1aed /src/mds-kbdc | |
parent | m (diff) | |
download | mds-83433587a0c2d3ebfb67a8e895fbc8e626fc6abc.tar.gz mds-83433587a0c2d3ebfb67a8e895fbc8e626fc6abc.tar.bz2 mds-83433587a0c2d3ebfb67a8e895fbc8e626fc6abc.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/mds-kbdc')
-rw-r--r-- | src/mds-kbdc/compile-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kbdc/compile-layout.c b/src/mds-kbdc/compile-layout.c index f585030..ce808ae 100644 --- a/src/mds-kbdc/compile-layout.c +++ b/src/mds-kbdc/compile-layout.c @@ -2547,7 +2547,7 @@ static int compile_subtree(mds_kbdc_tree_t* restrict tree) return 0; if (tree->processed == PROCESS_LEVEL) - /* An error has occurred here before, lets skip it so + /* An error has occurred here before, let's skip it so * we do not deluge the user with errors. */ goto next; |