From ad12d7d4b020e6be225a8d6494de69d051ec7f81 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 22 Apr 2009 19:10:09 +0200 Subject: memtrap,aupdate: split atomic update from memtrap into seperate aupdate framework --- src/pulsecore/memtrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/memtrap.h') 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; -- cgit