diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-22 15:11:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-22 15:11:38 +0000 |
commit | 0d602f6a3212ceac34dab1f8ccbdf5561dc7541a (patch) | |
tree | 10d735715e20e4aa1d16e429e65fa4f5a8b5334c | |
parent | b3a5bcb29aefc6550ff2b5288b723909363bbdc1 (diff) |
Spell reserved correctly; ok from copyright holders when in licence blocks.
-rw-r--r-- | regress/sys/crypto/auth/md5.c | 4 | ||||
-rw-r--r-- | regress/sys/crypto/enc/des3.c | 4 | ||||
-rw-r--r-- | regress/sys/kern/mmap/mmaptest.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/tcic2.c | 4 | ||||
-rw-r--r-- | usr.bin/pmdb/arch/alpha/alpha_trace.c | 6 |
5 files changed, 11 insertions, 11 deletions
diff --git a/regress/sys/crypto/auth/md5.c b/regress/sys/crypto/auth/md5.c index fa617cf17d9..2a959fd1e31 100644 --- a/regress/sys/crypto/auth/md5.c +++ b/regress/sys/crypto/auth/md5.c @@ -1,7 +1,7 @@ -/* $OpenBSD: md5.c,v 1.5 2003/09/02 23:52:17 david Exp $ */ +/* $OpenBSD: md5.c,v 1.6 2004/07/22 15:11:35 miod Exp $ */ /* - * Copyright (c) 2002 Markus Friedl. All rights reserverd. + * Copyright (c) 2002 Markus Friedl. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/regress/sys/crypto/enc/des3.c b/regress/sys/crypto/enc/des3.c index 0d32a56fd48..07c55792a1a 100644 --- a/regress/sys/crypto/enc/des3.c +++ b/regress/sys/crypto/enc/des3.c @@ -1,7 +1,7 @@ -/* $OpenBSD: des3.c,v 1.6 2003/07/31 21:48:07 deraadt Exp $ */ +/* $OpenBSD: des3.c,v 1.7 2004/07/22 15:11:37 miod Exp $ */ /* - * Copyright (c) 2002 Markus Friedl. All rights reserverd. + * Copyright (c) 2002 Markus Friedl. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/regress/sys/kern/mmap/mmaptest.c b/regress/sys/kern/mmap/mmaptest.c index 0fb8f6dc138..71b077f2fe1 100644 --- a/regress/sys/kern/mmap/mmaptest.c +++ b/regress/sys/kern/mmap/mmaptest.c @@ -1,7 +1,7 @@ -/* $Id: mmaptest.c,v 1.3 2003/09/02 23:52:17 david Exp $ */ +/* $Id: mmaptest.c,v 1.4 2004/07/22 15:11:37 miod Exp $ */ /* - * Copyright (c) 2001 Niklas Hallqvist. All rights reserverd. + * Copyright (c) 2001 Niklas Hallqvist. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/ic/tcic2.c b/sys/dev/ic/tcic2.c index 41dfeaed7b0..6116edad60c 100644 --- a/sys/dev/ic/tcic2.c +++ b/sys/dev/ic/tcic2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcic2.c,v 1.5 2004/05/04 16:59:31 grange Exp $ */ +/* $OpenBSD: tcic2.c,v 1.6 2004/07/22 15:11:37 miod Exp $ */ /* $NetBSD: tcic2.c,v 1.3 2000/01/13 09:38:17 joda Exp $ */ #undef TCICDEBUG @@ -133,7 +133,7 @@ tcic_check_reserved_bits(iot, ioh) return 0; DPRINTF(("tcic: chkrsvd 4\n")); - /* R_IENA bits 7,2 are reserverd. */ + /* R_IENA bits 7,2 are reserved. */ val = bus_space_read_1(iot, ioh, TCIC_R_IENA); if (val & TCIC_IENA_RSVD) return 0; diff --git a/usr.bin/pmdb/arch/alpha/alpha_trace.c b/usr.bin/pmdb/arch/alpha/alpha_trace.c index ee64b53bb44..f143f61cd50 100644 --- a/usr.bin/pmdb/arch/alpha/alpha_trace.c +++ b/usr.bin/pmdb/arch/alpha/alpha_trace.c @@ -1,4 +1,4 @@ -/* $OpenBSD: alpha_trace.c,v 1.6 2003/06/03 21:09:02 deraadt Exp $ */ +/* $OpenBSD: alpha_trace.c,v 1.7 2004/07/22 15:11:37 miod Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -25,8 +25,8 @@ */ /* - * Copyright (c) 1997 Niklas Hallqvist. All rights reserverd. - * Copyright (c) 1997 Theo de Raadt. All rights reserverd. + * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. + * Copyright (c) 1997 Theo de Raadt. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |