diff options
| author | wiz <wiz@NetBSD.org> | 2001-11-21 19:14:19 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2001-11-21 19:14:19 +0000 |
| commit | 1fd7eeefcdc93807f339d8955d7a62ba4741f2fa (patch) | |
| tree | a6cba4282a01791aaff08f28d0b95d3c478af1f5 /libexec | |
| parent | a984ffbe346f0914694ca872593290ec406fd7da (diff) | |
"than" instead of "then".
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.aout_so/arch/ns32k/mdprologue.S | 4 | ||||
| -rw-r--r-- | libexec/lfs_cleanerd/cleanerd.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libexec/ld.aout_so/arch/ns32k/mdprologue.S b/libexec/ld.aout_so/arch/ns32k/mdprologue.S index 5e611919298..c04ee9138e8 100644 --- a/libexec/ld.aout_so/arch/ns32k/mdprologue.S +++ b/libexec/ld.aout_so/arch/ns32k/mdprologue.S @@ -1,4 +1,4 @@ -/* $NetBSD: mdprologue.S,v 1.7 1998/01/05 22:00:42 cgd Exp $ */ +/* $NetBSD: mdprologue.S,v 1.8 2001/11/21 19:14:23 wiz Exp $ */ /* * Copyright (c) 1994 Matthias Pfaller. @@ -81,7 +81,7 @@ ENTRY_NOPROFILE(binder_entry) /* * Now we have to 0x200-align the text segment. * We know that the a.out header is 0x20 bytes long. - * The code so far is less then 0x1e0 bytes. So we + * The code so far is less than 0x1e0 bytes. So we * advance "." to address 0x1e0. */ diff --git a/libexec/lfs_cleanerd/cleanerd.c b/libexec/lfs_cleanerd/cleanerd.c index 01766cf3db5..067e10e6883 100644 --- a/libexec/lfs_cleanerd/cleanerd.c +++ b/libexec/lfs_cleanerd/cleanerd.c @@ -1,4 +1,4 @@ -/* $NetBSD: cleanerd.c,v 1.33 2001/07/18 06:24:38 perseant Exp $ */ +/* $NetBSD: cleanerd.c,v 1.34 2001/11/21 19:14:24 wiz Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -40,7 +40,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993\n\ #if 0 static char sccsid[] = "@(#)cleanerd.c 8.5 (Berkeley) 6/10/95"; #else -__RCSID("$NetBSD: cleanerd.c,v 1.33 2001/07/18 06:24:38 perseant Exp $"); +__RCSID("$NetBSD: cleanerd.c,v 1.34 2001/11/21 19:14:24 wiz Exp $"); #endif #endif /* not lint */ @@ -412,7 +412,7 @@ clean_loop(FS_INFO *fsp, int nsegs, long options) } else { /* * We will also clean if the system is reasonably idle and - * the total clean space is less then IDLE_LIM % of possible + * the total clean space is less than IDLE_LIM % of possible * clean space. */ if (getloadavg(loadavg, MAXLOADS) == -1) { |
