diff --git a/dlls/shell32/xdg.c b/dlls/shell32/xdg.c index 4c4d10ecbaa..75196f49494 100644 --- a/dlls/shell32/xdg.c +++ b/dlls/shell32/xdg.c @@ -148,7 +148,7 @@ const char *XDG_GetPath(int path_id) } /****************************************************************************** - * XDG_GetPath [internal] + * XDG_BuildPath [internal] * * Build a string with a subpath of one of the XDG standard paths. * The root can be one of XDG_DATA_HOME, XDG_CONFIG_HOME and XDG_CACHE_HOME.