aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMartin Olsson <martin@minimum.se>2009-04-23 05:37:37 -0400
committerJiri Kosina <jkosina@suse.cz>2009-06-12 12:01:46 -0400
commit19af5cdb7c79ff5ec96a99893ffb7f894f4a3dc1 (patch)
tree09e855da51df91fc35e98b26e420f26e84305cff /sound
parent98a1708de1bfa5fe1c490febba850d6043d3c7fa (diff)
trivial: fix typo milisecond/millisecond for documentation and source comments.
Signed-off-by: Martin Olsson <martin@minimum.se> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/vx222/vx222_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/vx222/vx222_ops.c b/sound/pci/vx222/vx222_ops.c
index c0efe4491116..6416d3f0c7be 100644
--- a/sound/pci/vx222/vx222_ops.c
+++ b/sound/pci/vx222/vx222_ops.c
@@ -367,7 +367,7 @@ static int vx2_load_xilinx_binary(struct vx_core *chip, const struct firmware *x
367 unsigned int port; 367 unsigned int port;
368 const unsigned char *image; 368 const unsigned char *image;
369 369
370 /* XILINX reset (wait at least 1 milisecond between reset on and off). */ 370 /* XILINX reset (wait at least 1 millisecond between reset on and off). */
371 vx_outl(chip, CNTRL, VX_CNTRL_REGISTER_VALUE | VX_XILINX_RESET_MASK); 371 vx_outl(chip, CNTRL, VX_CNTRL_REGISTER_VALUE | VX_XILINX_RESET_MASK);
372 vx_inl(chip, CNTRL); 372 vx_inl(chip, CNTRL);
373 msleep(10); 373 msleep(10);