summaryrefslogtreecommitdiff
path: root/glfw/src/nsgl_context.m
diff options
context:
space:
mode:
Diffstat (limited to 'glfw/src/nsgl_context.m')
-rw-r--r--glfw/src/nsgl_context.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/glfw/src/nsgl_context.m b/glfw/src/nsgl_context.m
index 9800977..0f0fb86 100644
--- a/glfw/src/nsgl_context.m
+++ b/glfw/src/nsgl_context.m
@@ -168,7 +168,7 @@ int _glfwCreateContext(_GLFWwindow* window,
fbconfig->greenBits +
fbconfig->blueBits;
- // OS X needs non-zero color size, so set resonable values
+ // OS X needs non-zero color size, so set reasonable values
if (colorBits == 0)
colorBits = 24;
else if (colorBits < 15)
@@ -206,7 +206,7 @@ int _glfwCreateContext(_GLFWwindow* window,
}
// NOTE: All NSOpenGLPixelFormats on the relevant cards support sRGB
- // frambuffer, so there's no need (and no way) to request it
+ // framebuffer, so there's no need (and no way) to request it
ADD_ATTR(0);