summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/port.h')
-rw-r--r--libs/ardour/ardour/port.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/port.h b/libs/ardour/ardour/port.h
index 6f97f035f5..9cf14d91d9 100644
--- a/libs/ardour/ardour/port.h
+++ b/libs/ardour/ardour/port.h
@@ -33,7 +33,7 @@ class AudioEngine;
class Port : public sigc::trackable {
public:
virtual ~Port() {
- // Port is an opage pointer, so should be be desallocated ??
+ // Port is an opaque pointer, so should be be deallocated ??
}
static nframes_t port_offset() { return _port_offset; }
@@ -179,7 +179,7 @@ class Port : public sigc::trackable {
Port (jack_port_t *port);
void reset ();
- /* engine isn't supposed to below here */
+ /* engine isn't supposed to use anything below here */
/* cache these 3 from JACK so that we can
access them for reconnecting.