Commit 4466b9314130ac8eac13ad3ac02b2e13a4bd7b7e

Philipp Wiesemann 2017-05-06T21:46:11

haiku: Fixed comment.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/video/haiku/SDL_bclipboard.cc b/src/video/haiku/SDL_bclipboard.cc
index 2a7799f..50034b8 100644
--- a/src/video/haiku/SDL_bclipboard.cc
+++ b/src/video/haiku/SDL_bclipboard.cc
@@ -22,7 +22,7 @@
 
 #if SDL_VIDEO_DRIVER_HAIKU
 
-/* BWindow based framebuffer implementation */
+/* BWindow based clipboard implementation */
 
 #include <unistd.h>
 #include <TypeConstants.h>