changeset 36195:d2c43a00a9c9

Make comment clearer.
author reimar
date Mon, 27 May 2013 20:36:58 +0000
parents 829983f984ad
children 6feedb93c073
files libao2/ao_jack.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_jack.c	Sun May 26 15:54:34 2013 +0000
+++ b/libao2/ao_jack.c	Mon May 27 20:36:58 2013 +0000
@@ -254,7 +254,7 @@
   if (channels > i) channels = i;
   num_ports = channels;
 
-  // create out output ports
+  // create out_* output ports
   for (i = 0; i < num_ports; i++) {
     char pname[30];
     snprintf(pname, 30, "out_%d", i);