Commit b6aa63eeb3e9670edd44162b441b6b7de304fed0
Committed by
Takashi Iwai
1 parent
fb9b5a0eb6
Exists in
master
and in
7 other branches
sound:core:seq:seq_ports.c Remove one to many n's in a word.
The Patch below removes one to many "n's" in a word.. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
sound/core/seq/seq_ports.c
... | ... | @@ -412,7 +412,7 @@ |
412 | 412 | * initialization or termination of devices (see seq_midi.c). |
413 | 413 | * |
414 | 414 | * If callback_all option is set, the callback function is invoked |
415 | - * at each connnection/disconnection. | |
415 | + * at each connection/disconnection. | |
416 | 416 | */ |
417 | 417 | |
418 | 418 | static int subscribe_port(struct snd_seq_client *client, |