diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-04-19 14:06:12 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-04-19 14:06:12 +0000 |
commit | baa2a0efeae9cc5fcd3ec2155067f2a38e5ca466 (patch) | |
tree | 2543bbe187e8af8021d01ca6289a3597ab2710f1 | |
parent | 0bcdf5ba8eb92282cd9995537d985b5b28b38372 (diff) | |
download | FreeBSD-src-baa2a0efeae9cc5fcd3ec2155067f2a38e5ca466.zip FreeBSD-src-baa2a0efeae9cc5fcd3ec2155067f2a38e5ca466.tar.gz |
Fix english grammar: then does -> than.
Obtained from: NetBSD
-rw-r--r-- | usr.bin/xlint/xlint/lint.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index 319a9e2..ba08eab 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -62,7 +62,7 @@ attempts to detect features of the named C program files that are likely to be bugs, to be non-portable, or to be wasteful. -It also performs stricter type checking then does +It also performs stricter type checking than the C compiler. .Nm runs the C preprocessor as its first phase, with the |