diff options
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) /** |