diff options
author | Zoë Blade <[email protected]> | 2015-04-22 11:33:17 +0100 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2015-04-27 17:28:29 +0300 |
commit | 05e7f7f4388bde882b7ce74124000a4d435affff (patch) | |
tree | 9a7c7ea02152900a03fc6662aa60a7b8f79dad06 /src/glx/apple | |
parent | e17dc004fd96e589e92ee64deeb45339af4bf671 (diff) |
Fix a few typos
Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'src/glx/apple')
-rw-r--r-- | src/glx/apple/apple_glx.c | 2 | ||||
-rw-r--r-- | src/glx/apple/apple_glx_context.c | 2 | ||||
-rw-r--r-- | src/glx/apple/apple_glx_surface.c | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/glx/apple/apple_glx.c b/src/glx/apple/apple_glx.c index 3b570882572..a08c205eb96 100644 --- a/src/glx/apple/apple_glx.c +++ b/src/glx/apple/apple_glx.c @@ -93,7 +93,7 @@ apple_glx_get_client_id(void) return id; } -/* Return true if an error occured. */ +/* Return true if an error occurred. */ bool apple_init_glx(Display * dpy) { diff --git a/src/glx/apple/apple_glx_context.c b/src/glx/apple/apple_glx_context.c index 8a6ded28aa2..5650b4f3291 100644 --- a/src/glx/apple/apple_glx_context.c +++ b/src/glx/apple/apple_glx_context.c @@ -278,7 +278,7 @@ apple_glx_destroy_context(void **ptr, Display * dpy) } -/* Return true if an error occured. */ +/* Return true if an error occurred. */ bool apple_glx_make_current_context(Display * dpy, void *oldptr, void *ptr, GLXDrawable drawable) diff --git a/src/glx/apple/apple_glx_surface.c b/src/glx/apple/apple_glx_surface.c index 915520286b0..51583bb40bc 100644 --- a/src/glx/apple/apple_glx_surface.c +++ b/src/glx/apple/apple_glx_surface.c @@ -124,7 +124,7 @@ surface_destroy(Display * dpy, struct apple_glx_drawable *d) } } -/* Return true if an error occured. */ +/* Return true if an error occurred. */ static bool create_surface(Display * dpy, int screen, struct apple_glx_drawable *d) { @@ -158,7 +158,7 @@ create_surface(Display * dpy, int screen, struct apple_glx_drawable *d) return true; /* unable to create a surface. */ } -/* Return true if an error occured. */ +/* Return true if an error occurred. */ /* This returns a referenced object via resultptr. */ bool apple_glx_surface_create(Display * dpy, int screen, |