diff options
| author | Noriaki Mitsunaga <non@FreeBSD.org> | 2003-08-07 08:13:37 +0000 |
|---|---|---|
| committer | Noriaki Mitsunaga <non@FreeBSD.org> | 2003-08-07 08:13:37 +0000 |
| commit | 51f202f1af47a6349492d9bb0f4b1d9d4fdc5b4f (patch) | |
| tree | 20bf96b362fb502822c4646d3c49ea8620553bbd /sys/dev/ct | |
| parent | b69a98d6d33bdb368ce4e783cf2c5f16e70a9263 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ct')
| -rw-r--r-- | sys/dev/ct/ct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ct/ct.c b/sys/dev/ct/ct.c index c9c9ef9d16a3..ab99fa76ad53 100644 --- a/sys/dev/ct/ct.c +++ b/sys/dev/ct/ct.c @@ -255,7 +255,7 @@ cthw_chip_reset(chp, chiprevp, chipclk, hostid) break; default: - panic("ct: illegal chip clk rate\n"); + panic("ct: illegal chip clk rate"); break; } |
