From 31d5acdc787051372d4a64e25b6e91dc9b2d1011 Mon Sep 17 00:00:00 2001
From: Peter Meerwald
Date: Tue, 28 Oct 2014 11:33:18 +0100
Subject: [PATCH] rtpoll: typo
Signed-off-by: Peter Meerwald
---
src/pulsecore/rtpoll.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pulsecore/rtpoll.h b/src/pulsecore/rtpoll.h
index 43ff5e639..96bb48792 100644
--- a/src/pulsecore/rtpoll.h
+++ b/src/pulsecore/rtpoll.h
@@ -41,7 +41,7 @@
* 3) It allows arbitrary functions to be run before entering the
* actual poll() and after it.
*
- * Only a single interval timer is supported..*/
+ * Only a single interval timer is supported. */
typedef struct pa_rtpoll pa_rtpoll;
typedef struct pa_rtpoll_item pa_rtpoll_item;