diff options
Diffstat (limited to 'src/glx/apple/apple_glx_surface.c')
-rw-r--r-- | src/glx/apple/apple_glx_surface.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |