diff options
Diffstat (limited to 'sys/dev/twe/twe.c')
| -rw-r--r-- | sys/dev/twe/twe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/twe/twe.c b/sys/dev/twe/twe.c index 51c760c6c717..cdb218032f10 100644 --- a/sys/dev/twe/twe.c +++ b/sys/dev/twe/twe.c @@ -531,7 +531,7 @@ twe_ioctl(struct twe_softc *sc, u_long ioctlcmd, void *addr) case TWEIO_COMMAND: /* * if there's a data buffer, allocate and copy it in. - * Must be in multipled of 512 bytes. + * Must be in multiplied of 512 bytes. */ tr_length = roundup2(tu->tu_size, 512); if (tr_length > 0) { |
