summaryrefslogtreecommitdiffstats
path: root/src/pulse/mainloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulse/mainloop.h')
-rw-r--r--src/pulse/mainloop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/mainloop.h b/src/pulse/mainloop.h
index 3a03ac9a..4a83ebe8 100644
--- a/src/pulse/mainloop.h
+++ b/src/pulse/mainloop.h
@@ -50,7 +50,7 @@ struct pollfd;
*
* -# Prepare - Build a list of file descriptors
* that need to be monitored and calculate the next timeout.
- * -# Poll - Execute the actuall poll() system call.
+ * -# Poll - Execute the actual poll() system call.
* -# Dispatch - Dispatch any events that have fired.
*
* When using the main loop, the application can either execute each