From 5988b8bc72bfe3fc93f5fb434354ee122c7d941b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Apr 2020 19:36:00 +0200 Subject: Cleanup: Fix mismatched file comments --- examples/pugl_window_demo.c | 2 +- pugl/detail/mac.h | 2 +- 2 files changed, 2 insertions(+), 2 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" diff --git a/pugl/detail/mac.h b/pugl/detail/mac.h index 9e34ae8..2243337 100644 --- a/pugl/detail/mac.h +++ b/pugl/detail/mac.h @@ -16,7 +16,7 @@ */ /** - @file win.h Shared definitions for MacOS implementation. + @file mac.h Shared definitions for MacOS implementation. */ #include "pugl/pugl.h" -- cgit v1.2.1