diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 02:59:50 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 02:59:50 +0000 |
| commit | 2c736ce5ddff53753242e39b3e7a0efa399459cf (patch) | |
| tree | edf3ce04fbacf09b1510fe2d248bdb0b81d7fa94 /sys/dev | |
| parent | 3b4189edebbaf89a4f966bf2a18acc15326545d8 (diff) | |
s/funtion/function/ in comment.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/tc/tcdsreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tc/tcdsreg.h b/sys/dev/tc/tcdsreg.h index 0ee52a127f6..4b14c3143f7 100644 --- a/sys/dev/tc/tcdsreg.h +++ b/sys/dev/tc/tcdsreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: tcdsreg.h,v 1.8 2021/11/06 06:52:48 msaitoh Exp $ */ +/* $NetBSD: tcdsreg.h,v 1.9 2021/12/05 02:59:50 msaitoh Exp $ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. @@ -137,7 +137,7 @@ void tcds_scsi_reset(int); * Start of MACH #defines, minimal changes to port to NetBSD. * * The following register is the SCSI control interrupt register. It - * starts, stops and resets scsi DMA. It takes over the SCSI funtions + * starts, stops and resets scsi DMA. It takes over the SCSI functions * that were handled by the ASIC on the 3min. */ #define KN15AA_SYS_SCSI 0x1d0000000 |
