diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 18:58:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 18:58:51 +0000 |
commit | 09533afdf9d8765c07281cc781bb793add772fff (patch) | |
tree | 127756d1f0b3ef0d9b54bf585b52cfde1d7f8a28 /sys/dev/ic/tc921x.c | |
parent | 8340012e43d3e836557b3ef5cce99f0b05419e90 (diff) |
typos from Tom Cosgrove;
Tom: I did not commit a couple of your changes.
i did not include some punctuation fixes (full stops, etc.)
mnemorable -> mnemonic: i decided memorable was probably better
instrunctions -> instruction: i kept the plural
Diffstat (limited to 'sys/dev/ic/tc921x.c')
-rw-r--r-- | sys/dev/ic/tc921x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/tc921x.c b/sys/dev/ic/tc921x.c index 62e0519e9e0..b72cbe61108 100644 --- a/sys/dev/ic/tc921x.c +++ b/sys/dev/ic/tc921x.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tc921x.c,v 1.1 2002/04/25 04:56:59 mickey Exp $ */ +/* $OpenBSD: tc921x.c,v 1.2 2003/10/21 18:58:49 jmc Exp $ */ /* * Copyright (c) 2001, 2002 Vladimir Popov <jumbo@narod.ru>. @@ -29,7 +29,7 @@ * * TC9216P, TC9217P, TC9217F are a high speed PLL-LSI with built-in 2 modulus * prescaler. Each function is controlled through 3 serial bus lines and high - * performance digital tuning system can be constitued. + * performance digital tuning system can be constituted. * * Each function is controlled by the data setting to a pair of 24-bit * registers. Each data of these registers is exchanged with controller side |