]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - Documentation/DocBook/writing-an-alsa-driver.tmpl
tree-wide: fix assorted typos all over the place
[net-next-2.6.git] / Documentation / DocBook / writing-an-alsa-driver.tmpl
index 7a2e0e98986a744230a032970d9a072b6a9b8422..0d0f7b4d4b1a8cad9020274a5644a07c038e6a37 100644 (file)
@@ -5318,7 +5318,7 @@ struct _snd_pcm_runtime {
       pages of the given size and map them onto the virtually contiguous
       memory.  The virtual pointer is addressed in runtime->dma_area.
       The physical address (runtime->dma_addr) is set to zero,
-      because the buffer is physically non-contigous.
+      because the buffer is physically non-contiguous.
       The physical address table is set up in sgbuf->table.
       You can get the physical address at a certain offset via
       <function>snd_pcm_sgbuf_get_addr()</function>.