From d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8 Mon Sep 17 00:00:00 2001 From: schweikh Date: Wed, 1 Jan 2003 18:49:04 +0000 Subject: Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, especially in troff files. --- sbin/savecore/savecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/savecore/savecore.c') diff --git a/sbin/savecore/savecore.c b/sbin/savecore/savecore.c index 6cd5e2c..019d184 100644 --- a/sbin/savecore/savecore.c +++ b/sbin/savecore/savecore.c @@ -225,7 +225,7 @@ DoFile(char *savedir, const char *device) * XXX On ia64 something breaks when the buffer is put on the * stack. When the buffer is roughly larger than 128K the read() * below simply fails with errno=14 (EFAULT). We work around - * this by doing a on-time allocation... + * this by doing a one-time allocation... */ if (buf == NULL) { buf = malloc(BUFFERSIZE); -- cgit v1.1