summaryrefslogtreecommitdiff
path: root/src/pulse/timeval.h
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-08-24 18:24:45 +0200
committerColin Guthrie <colin@mageia.org>2011-08-25 11:27:35 +0100
commit231645d4fc247d9adf06549d087a0a1fb73b9c46 (patch)
tree192cfbb4f35047a6d865493621ff518f544eae8a /src/pulse/timeval.h
parent460a24778b4d279516ab694d1fd1aae0a6fa9047 (diff)
Spelling fixes in public headers
Diffstat (limited to 'src/pulse/timeval.h')
-rw-r--r--src/pulse/timeval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/timeval.h b/src/pulse/timeval.h
index 42014638..8f255f92 100644
--- a/src/pulse/timeval.h
+++ b/src/pulse/timeval.h
@@ -78,7 +78,7 @@ struct timeval* pa_timeval_add(struct timeval *tv, pa_usec_t v);
/** Subtract the specified time in microseconds to the specified timeval structure. \since 0.9.11 */
struct timeval* pa_timeval_sub(struct timeval *tv, pa_usec_t v);
-/** Store the specified uec value in the timeval struct. \since 0.9.7 */
+/** Store the specified usec value in the timeval struct. \since 0.9.7 */
struct timeval* pa_timeval_store(struct timeval *tv, pa_usec_t v);
/** Load the specified tv value and return it in usec. \since 0.9.7 */