diff options
-rw-r--r-- | usr.bin/mg/random.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/random.c b/usr.bin/mg/random.c index 4cb097fb70f..68e4b7f1a1e 100644 --- a/usr.bin/mg/random.c +++ b/usr.bin/mg/random.c @@ -1,4 +1,4 @@ -/* $OpenBSD: random.c,v 1.23 2006/11/17 08:45:31 kjell Exp $ */ +/* $OpenBSD: random.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 |