diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2014-08-28 22:22:19 +0100 |
---|---|---|
committer | Alexander von Gluck IV <kallisti5@unixzen.com> | 2014-08-28 21:41:29 -0400 |
commit | 3b36ba4c399d9018409af0674cbd50c371385ce9 (patch) | |
tree | d7c3b1187c835fa5e1a7ccb2a2374c814618faf2 | |
parent | 5b8900ded3988084c5bf005c0780efbec912d755 (diff) |
include/haiku: fix comment typo
Cc: Alexander von Gluck IV <kallisti5@unixzen.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r-- | include/HaikuGL/OpenGLKit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/HaikuGL/OpenGLKit.h b/include/HaikuGL/OpenGLKit.h index f4828714ca..71d9830750 100644 --- a/include/HaikuGL/OpenGLKit.h +++ b/include/HaikuGL/OpenGLKit.h @@ -7,4 +7,4 @@ // Projects needing GL/glu.h and GL/glut.h should now // include these headers independently as glu and glut -// are no longe core parts of mesa +// are no longer core parts of mesa |