diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-06-02 20:05:59 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-06-02 20:05:59 +0000 |
commit | 21dc7d4f578ad6d23b31512cb85464b3d4dd93ec (patch) | |
tree | d4dd7648d0011a1f104ed13c2a2bcb8aa83b9690 /sys/compat/svr4 | |
parent | 0d78c0dce248a95332f50b45374d44eb7ad2116d (diff) | |
download | src-21dc7d4f578ad6d23b31512cb85464b3d4dd93ec.tar.gz src-21dc7d4f578ad6d23b31512cb85464b3d4dd93ec.zip |
Fix typo in the BSD copyright: s/withough/without/
Spotted and suggested by: des
MFC after: 3 weeks
Notes
Notes:
svn path=/head/; revision=97748
Diffstat (limited to 'sys/compat/svr4')
-rw-r--r-- | sys/compat/svr4/imgact_svr4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/svr4/imgact_svr4.c b/sys/compat/svr4/imgact_svr4.c index 0e0b46434cb3..43b71bed3b53 100644 --- a/sys/compat/svr4/imgact_svr4.c +++ b/sys/compat/svr4/imgact_svr4.c @@ -16,7 +16,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |