summaryrefslogtreecommitdiff
path: root/mac/src
diff options
context:
space:
mode:
Diffstat (limited to 'mac/src')
-rw-r--r--mac/src/macterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/src/macterm.c b/mac/src/macterm.c
index 3df7ae32ea5..09feea3b373 100644
--- a/mac/src/macterm.c
+++ b/mac/src/macterm.c
@@ -9272,7 +9272,7 @@ xim_open_dpy (dpyinfo, resource_name)
#ifdef HAVE_X11R6
destroy.callback = xim_destroy_callback;
destroy.client_data = (XPointer)dpyinfo;
- /* This isn't prptotyped in OSF 5.0. */
+ /* This isn't prototyped in OSF 5.0. */
XSetIMValues (xim, XNDestroyCallback, &destroy, NULL);
#endif
}