summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/w32_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/w32_common.c b/libvo/w32_common.c
index ea6420f027..9062f6898d 100644
--- a/libvo/w32_common.c
+++ b/libvo/w32_common.c
@@ -517,7 +517,7 @@ void vo_w32_ontop( void )
* \brief Uninitialize w32_common framework.
*
* Should be called last in video driver's uninit function. First release
- * anything build ontop of the created window e.g. rendering context inside
+ * anything built on top of the created window e.g. rendering context inside
* and call vo_w32_uninit at the end.
*/
void vo_w32_uninit(void) {