diff options
Diffstat (limited to 'doc/architecture.md')
-rw-r--r-- | doc/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/architecture.md b/doc/architecture.md index 4a10f254..eb9e1086 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -6,7 +6,7 @@ There are 2 main components that make up the PipeWire library: 2) An asynchronous IPC mechanism to manipulate and introspect a graph in another process. -There is usually a daemon that implements the master graph and +There is usually a daemon that implements the global graph and clients that operate on this graph. The IPC mechanism in PipeWire is inspired by wayland in that it |