diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2007-02-08 21:40:39 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2007-02-08 21:40:39 +0000 |
commit | e221eb36662c2d31e07375381aa17400624fe363 (patch) | |
tree | 60240f678074d5afc34493d0c70231deae0d98e9 /usr.bin/mg/util.c | |
parent | 94e46ca2fe09720090298d99ba3f840715d3bf00 (diff) |
Fix a comment
Diffstat (limited to 'usr.bin/mg/util.c')
-rw-r--r-- | usr.bin/mg/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/util.c b/usr.bin/mg/util.c index f3f368048c0..b507f73bed3 100644 --- a/usr.bin/mg/util.c +++ b/usr.bin/mg/util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.23 2006/11/17 08:45:31 kjell Exp $ */ +/* $OpenBSD: util.c,v 1.24 2007/02/08 21:40:38 kjell Exp $ */ /* This file is in the public domain. */ @@ -264,7 +264,7 @@ delwhite(int f, int n) * simple. Figure out the indentation of the current line. Insert a newline * by calling the standard routine. Insert the indentation by inserting the * right number of tabs and spaces. Return TRUE if all ok. Return FALSE if - * one of the subcommands failed. Normally bound to "C-J". + * one of the subcommands failed. Normally bound to "C-M". */ /* ARGSUSED */ int |