summaryrefslogtreecommitdiffhomepage
path: root/crt/nt64/crtvrfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'crt/nt64/crtvrfs.c')
-rw-r--r--crt/nt64/crtvrfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crt/nt64/crtvrfs.c b/crt/nt64/crtvrfs.c
index 4fa743c..50fffd1 100644
--- a/crt/nt64/crtvrfs.c
+++ b/crt/nt64/crtvrfs.c
@@ -8,11 +8,11 @@ const int __crtopt_vrfs = __PSXOPT_VRFS;
/* framework (rtdata) abi */
static const struct __guid __ldsoabi = NT_PROCESS_GUID_RTDATA;
-/* loader root-relative name */
+/* loader standalone (single directory) name */
static const unsigned short __sdldso[] = {'l','i','b','p','s','x','s','c','l',
'.','s','o',0};
-/* loader root-relative name */
+/* libc standalone (single directory) name */
static const unsigned short __sdlibc[] = {'l','i','b','c',
'.','s','o',0};