aboutsummaryrefslogtreecommitdiffstats
path: root/translate/mcode/windows/windows_default_path.ads
diff options
context:
space:
mode:
Diffstat (limited to 'translate/mcode/windows/windows_default_path.ads')
-rw-r--r--translate/mcode/windows/windows_default_path.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/translate/mcode/windows/windows_default_path.ads b/translate/mcode/windows/windows_default_path.ads
index a18b65628..8e6303446 100644
--- a/translate/mcode/windows/windows_default_path.ads
+++ b/translate/mcode/windows/windows_default_path.ads
@@ -1,5 +1,5 @@
package Windows_Default_Path is
- -- Get the default path from registry.
+ -- Get the default path from executable name.
-- This function is called during elaboration!
- function Get_Windows_Default_Path return String;
+ function Get_Windows_Exec_Path return String;
end Windows_Default_Path;