summaryrefslogtreecommitdiff
path: root/src/pulsecore/device-port.h
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2012-06-08 19:00:14 +0300
committerTanu Kaskinen <tanuk@iki.fi>2012-06-08 19:00:14 +0300
commite0c16af551d21a2165da3af4f0af82ea70b6cf0d (patch)
treed9edda8eb7eed5a9a460a7d5317c226bd2936ea6 /src/pulsecore/device-port.h
parente7b077681bb7fca51f19eeddca29646430d741fb (diff)
device-port: Remove an out-of-date comment.
Diffstat (limited to 'src/pulsecore/device-port.h')
-rw-r--r--src/pulsecore/device-port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/device-port.h b/src/pulsecore/device-port.h
index 4e90a6245..63d5ccf99 100644
--- a/src/pulsecore/device-port.h
+++ b/src/pulsecore/device-port.h
@@ -48,7 +48,7 @@ struct pa_device_port {
pa_port_available_t available; /* PA_PORT_AVAILABLE_UNKNOWN, PA_PORT_AVAILABLE_NO or PA_PORT_AVAILABLE_YES */
pa_proplist *proplist;
- pa_hashmap *profiles; /* Can be NULL. Does not own the profiles */
+ pa_hashmap *profiles; /* Does not own the profiles */
pa_bool_t is_input:1;
pa_bool_t is_output:1;