summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgpsd_core.c')
-rw-r--r--libgpsd_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpsd_core.c b/libgpsd_core.c
index cc7d5fbd..e46104ff 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -1060,7 +1060,7 @@ int gpsd_await_data(fd_set *rfds,
* pselect(2) has to poll here as small as possible (for
* low-clock-rate SBCs and the like).
*
- * pselect() is preferable to vanilla select, to eliminate
+ * pselect(2) is preferable to vanilla select, to eliminate
* the once-per-second wakeup when no sensors are attached.
* This cuts power consumption.
*/