diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-23 14:23:06 (GMT) |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-02-23 17:28:49 (GMT) |
commit | 8a236f3f1a0e65de526c5e169eb8d7a758ffde9e (patch) | |
tree | 8ec1cfa31319e6ad4286e972a1b45ac71cc6222d | |
parent | 06bb4e7435019ff9b6dbc9b1d02d8babb36d8177 (diff) | |
download | linux-8a236f3f1a0e65de526c5e169eb8d7a758ffde9e.tar.xz |
ALSA: ctxfi: Fix typo in ctvmem.c
Correct spelling "virtural" to "virtual" in
sound/pci/ctxfi/ctvmem.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/ctxfi/ctvmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ctxfi/ctvmem.c b/sound/pci/ctxfi/ctvmem.c index b78f3fc..6109490 100644 --- a/sound/pci/ctxfi/ctvmem.c +++ b/sound/pci/ctxfi/ctvmem.c @@ -36,7 +36,7 @@ get_vm_block(struct ct_vm *vm, unsigned int size) size = CT_PAGE_ALIGN(size); if (size > vm->size) { - printk(KERN_ERR "ctxfi: Fail! No sufficient device virtural " + printk(KERN_ERR "ctxfi: Fail! No sufficient device virtual " "memory space available!\n"); return NULL; } |