diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-02-11 15:49:20 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-02-11 16:05:45 +0100 |
commit | bc67058d3934ccdbf636571a6f8838ab83ac7af2 (patch) | |
tree | a10fefdaaec0a59a5db0e222084e0555b342e79f /src/sciteco.h | |
parent | 14a45eb6e95e89ccfeb2e72a468fc87c067d7ad9 (diff) | |
download | sciteco-bc67058d3934ccdbf636571a6f8838ab83ac7af2.tar.gz |
minor Doxygen comment fixes
Diffstat (limited to 'src/sciteco.h')
-rw-r--r-- | src/sciteco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sciteco.h b/src/sciteco.h index 155cbc7..1163020 100644 --- a/src/sciteco.h +++ b/src/sciteco.h @@ -62,7 +62,7 @@ extern sig_atomic_t sigint_occurred; #define CTL_ECHO(C) ((C) | 0x40) /** * Control character of ASCII C, i.e. - * control character corresponding to CTRL+<C> keypress. + * control character corresponding to CTRL+C keypress. */ #define CTL_KEY(C) ((C) & ~0x40) /** |