diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-02-22 09:14:44 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-02-22 09:14:44 -0800 |
commit | f526353736b4fa30115ee6cf64142bdad794e4c9 (patch) | |
tree | 3ebe1823512a794a851c10587da5e67106d64900 /match.c | |
parent | 0a716217822fc2e74500ce935f5d4276c6a29eaf (diff) | |
download | txr-f526353736b4fa30115ee6cf64142bdad794e4c9.tar.gz txr-f526353736b4fa30115ee6cf64142bdad794e4c9.tar.bz2 txr-f526353736b4fa30115ee6cf64142bdad794e4c9.zip |
txr: typo in comment.
* match.c (match_files): Fix bungled wording.
Diffstat (limited to 'match.c')
-rw-r--r-- | match.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4653,7 +4653,7 @@ repeat_spec_same_data: /* Function declined, so we know there is no vertical function. If the horizontal one doesn't exist also, let's error out now instead of trying to get data for matching a horizontal - call that we known work out. */ + call that we know won't work out. */ if (!cdr(uw_get_func(sym))) sem_error(specline, lit("function ~s not found"), sym, nao); } else { |