Skip to content

Commit

Permalink
ALSA: ctxfi: Fix typo in ctvmem.c
Browse files Browse the repository at this point in the history
Correct spelling "virtural" to "virtual" in
sound/pci/ctxfi/ctvmem.c

Signed-off-by: Masanari Iida <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
standby24x7 authored and tiwai committed Feb 23, 2012
1 parent 06bb4e7 commit 8a236f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/ctxfi/ctvmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8a236f3

Please sign in to comment.