diff options
Diffstat (limited to 'xdpyinfo.c')
-rw-r--r-- | xdpyinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1066,7 +1066,7 @@ print_xrender_info(Display *dpy, const char *extname) int major, minor; int i, j; XVisualInfo viproto; /* fill in for getting info */ - XVisualInfo *vip; /* retured info */ + XVisualInfo *vip; /* returned info */ int nvi; /* number of elements returned */ int ndepths = 0, *depths = NULL; #if RENDER_MAJOR > 0 || RENDER_MINOR >= 6 |