Commit b62c563f authored by Julia Lawall's avatar Julia Lawall Committed by Takashi Iwai
Browse files

ALSA: seq: oss: fix typo

parent 3baa40d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ snd_seq_oss_create_client(void)

	system_client = rc;

	/* create annoucement receiver port */
	/* create announcement receiver port */
	strcpy(port->name, "Receiver");
	port->addr.client = system_client;
	port->capability = SNDRV_SEQ_PORT_CAP_WRITE; /* receive only */