diff options
Diffstat (limited to 'lesskey.c')
-rw-r--r-- | lesskey.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lesskey.c b/lesskey.c index e01d28980d434..3d7571ecb4cf0 100644 --- a/lesskey.c +++ b/lesskey.c @@ -1,11 +1,11 @@ -/*
- * Copyright (C) 1984-2012 Mark Nudelman
- *
- * You may distribute under the terms of either the GNU General Public
- * License or the Less License, as specified in the README file.
- *
- * For more information, see the README file.
- */
+/* + * Copyright (C) 1984-2012 Mark Nudelman + * + * You may distribute under the terms of either the GNU General Public + * License or the Less License, as specified in the README file. + * + * For more information, see the README file. + */ /* @@ -449,7 +449,7 @@ tstr(pp, xlate) } case '^': /* - * Carat means CONTROL. + * Caret means CONTROL. */ *pp = p+2; buf[0] = CONTROL(p[1]); |