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 | a5b2f2b43b5ea91788a3c31285c22d6860a70558 (patch) | |
tree | c42fc0d55c41684dac7db6f93daed3c4d00249df /usr.bin/mg | |
parent | af0bd3a8e6d1a87d11f2362db834b3a43422dca1 (diff) |
Fix a comment
Diffstat (limited to 'usr.bin/mg')
-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 |