aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_window_demo.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-04-01 19:36:00 +0200
committerDavid Robillard <d@drobilla.net>2020-04-01 19:41:37 +0200
commit5988b8bc72bfe3fc93f5fb434354ee122c7d941b (patch)
treee56e75c2edcf2e7730b1c1b64fbcc90928c89e0c /examples/pugl_window_demo.c
parentc1e4ec68aa37718d7e472486c117a81d08363f14 (diff)
downloadpugl-5988b8bc72bfe3fc93f5fb434354ee122c7d941b.tar.gz
pugl-5988b8bc72bfe3fc93f5fb434354ee122c7d941b.tar.bz2
pugl-5988b8bc72bfe3fc93f5fb434354ee122c7d941b.zip
Cleanup: Fix mismatched file comments
Diffstat (limited to 'examples/pugl_window_demo.c')
-rw-r--r--examples/pugl_window_demo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pugl_window_demo.c b/examples/pugl_window_demo.c
index 39f50c8..6af9e5a 100644
--- a/examples/pugl_window_demo.c
+++ b/examples/pugl_window_demo.c
@@ -15,7 +15,7 @@
*/
/**
- @file pugl_windows_demo.c A demonstration of multiple Pugl windows.
+ @file pugl_window_demo.c A demonstration of multiple Pugl windows.
*/
#include "cube_view.h"