diff options
author | Andreas Mohr <andi@lisas.de> | 2006-06-26 18:35:02 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-06-26 18:35:02 +0200 |
commit | d6e05edc59ecd79e8badf440c0d295a979bdfa3e (patch) | |
tree | 50362161f69317242ab603c51a18a818a4c93285 /sound/core/seq | |
parent | f18190bd3407554ba6df30a1927e07e6cba93e56 (diff) | |
download | op-kernel-dev-d6e05edc59ecd79e8badf440c0d295a979bdfa3e.zip op-kernel-dev-d6e05edc59ecd79e8badf440c0d295a979bdfa3e.tar.gz |
spelling fixes
acquired (aquired)
contiguous (contigious)
successful (succesful, succesfull)
surprise (suprise)
whether (weather)
some other misspellings
Signed-off-by: Andreas Mohr <andi@lisas.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'sound/core/seq')
-rw-r--r-- | sound/core/seq/seq_memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/seq/seq_memory.h b/sound/core/seq/seq_memory.h index 39c60d9..63e9143 100644 --- a/sound/core/seq/seq_memory.h +++ b/sound/core/seq/seq_memory.h @@ -31,7 +31,7 @@ struct snd_seq_event_cell { struct snd_seq_event_cell *next; /* next cell */ }; -/* design note: the pool is a contigious block of memory, if we dynamicly +/* design note: the pool is a contiguous block of memory, if we dynamicly want to add additional cells to the pool be better store this in another pool as we need to know the base address of the pool when releasing memory. */ |