summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/memtrap.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-22 19:10:09 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-22 19:10:09 +0200
commitad12d7d4b020e6be225a8d6494de69d051ec7f81 (patch)
treefabaa0fd297f34891f7afd7663a7f9c28352f6bf /src/pulsecore/memtrap.h
parentbb07c16b63339c934097b6a631fee36d92285511 (diff)
memtrap,aupdate: split atomic update from memtrap into seperate aupdate framework
Diffstat (limited to 'src/pulsecore/memtrap.h')
-rw-r--r--src/pulsecore/memtrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/memtrap.h b/src/pulsecore/memtrap.h
index f7da7083..fa38da58 100644
--- a/src/pulsecore/memtrap.h
+++ b/src/pulsecore/memtrap.h
@@ -34,7 +34,7 @@
* still 'good' i.e. no SIGBUS has happened yet for it.
*
* Intended usage is to handle memory mapped in which is controlled by
- * other processes that might execute ftruncate() or when mapping in
+ * other processes that might execute ftruncate() or when mapping inb
* hardware resources that might get invalidated when unplugged. */
typedef struct pa_memtrap pa_memtrap;