tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / sound / oss / dmasound / dmasound_paula.c
index 06e9e88..bb14e4c 100644 (file)
@@ -657,7 +657,7 @@ static int AmiStateInfo(char *buffer, size_t space)
        len += sprintf(buffer+len, "\tsound.volume_right = %d [0...64]\n",
                       dmasound.volume_right);
        if (len >= space) {
-               printk(KERN_ERR "dmasound_paula: overlowed state buffer alloc.\n") ;
+               printk(KERN_ERR "dmasound_paula: overflowed state buffer alloc.\n") ;
                len = space ;
        }
        return len;