diff options
author | phantom <phantom@FreeBSD.org> | 2002-02-06 18:00:11 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2002-02-06 18:00:11 +0000 |
commit | 0cde3e64eba6cc6fc57a75a725126fdb38f4ba11 (patch) | |
tree | cdfdbe172d3daa0ebeff322625ca925ec15be00c /tools/diag | |
parent | 2e5cd0fc0e9035bbdc878dbff8c5a263151ef09c (diff) | |
download | FreeBSD-src-0cde3e64eba6cc6fc57a75a725126fdb38f4ba11.zip FreeBSD-src-0cde3e64eba6cc6fc57a75a725126fdb38f4ba11.tar.gz |
Fix sentence in comment
Diffstat (limited to 'tools/diag')
-rw-r--r-- | tools/diag/ac/ent.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/diag/ac/ent.sh b/tools/diag/ac/ent.sh index 19cd9e8..83d5005 100644 --- a/tools/diag/ac/ent.sh +++ b/tools/diag/ac/ent.sh @@ -1,7 +1,7 @@ #!/bin/sh -x # Copyright (c) 2002 Alexey Zelkin <phantom@FreeBSD.org> # -# ent.sh -- this scripts checks for correcness {authors,teams}.ent files +# ent.sh -- this script checks {authors,teams}.ent files for correctness # # $FreeBSD$ |