diff options
author | David Robillard <d@drobilla.net> | 2020-04-01 19:36:00 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-04-01 19:41:37 +0200 |
commit | 5988b8bc72bfe3fc93f5fb434354ee122c7d941b (patch) | |
tree | e56e75c2edcf2e7730b1c1b64fbcc90928c89e0c /pugl | |
parent | c1e4ec68aa37718d7e472486c117a81d08363f14 (diff) | |
download | pugl-5988b8bc72bfe3fc93f5fb434354ee122c7d941b.tar.gz pugl-5988b8bc72bfe3fc93f5fb434354ee122c7d941b.tar.bz2 pugl-5988b8bc72bfe3fc93f5fb434354ee122c7d941b.zip |
Cleanup: Fix mismatched file comments
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/detail/mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |