diff options
author | uqs <uqs@FreeBSD.org> | 2011-12-30 00:04:11 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2011-12-30 00:04:11 +0000 |
commit | 8f1a296b8bac3ab3d5e3cbdb533553d8b75ac45a (patch) | |
tree | 10328638ca028de0f11cc798a2fd1593af0e720c /tools/regression/file/dup/dup.c | |
parent | 7af3947da48b7ccc1f3f2e8e22b5f6142ac03bd4 (diff) | |
download | FreeBSD-src-8f1a296b8bac3ab3d5e3cbdb533553d8b75ac45a.zip FreeBSD-src-8f1a296b8bac3ab3d5e3cbdb533553d8b75ac45a.tar.gz |
Spelling fixes for tools/
Add some $FreeBSD$ tags so svn will allow the commit.
Diffstat (limited to 'tools/regression/file/dup/dup.c')
-rw-r--r-- | tools/regression/file/dup/dup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/file/dup/dup.c b/tools/regression/file/dup/dup.c index d6dd0ff..b0d9af2 100644 --- a/tools/regression/file/dup/dup.c +++ b/tools/regression/file/dup/dup.c @@ -104,7 +104,7 @@ main(int __unused argc, char __unused *argv[]) * Normally dup and dup2 will clear the close-on-exec * flag on the new fd (which appears to be an implementation * mistake from start and not some planned behavior). - * In todays implementations of dup and dup2 we have to make + * In today's implementations of dup and dup2 we have to make * an effort to really clear that flag. But all tested * implementations of dup2 have another tweak. If we * dup2(old, new) when old == new, the syscall short-circuits |