From 7c70f7f9b24ad95e7d55d5aa52d038901c970f8d Mon Sep 17 00:00:00 2001 From: Detlef Riekenberg Date: Thu, 16 Nov 2006 17:10:44 +0100 Subject: [PATCH] shell32: Fix a function name in a comment. --- dlls/shell32/xdg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.