summaryrefslogtreecommitdiffhomepage
path: root/crt/nt32/crtvrfs.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-11-23 08:20:56 -0500
committermidipix <writeonce@midipix.org>2017-11-23 08:35:08 -0500
commitd1c8880dafd022971a7a541db0d2299bbc764952 (patch)
treeab60cac3227806d7c5ba7eaee847d3a11e0e6066 /crt/nt32/crtvrfs.c
parent6f8ae442bbadc51a12ad6ce8fc94461bb1e632e8 (diff)
downloadmmglue-d1c8880dafd022971a7a541db0d2299bbc764952.tar.bz2
mmglue-d1c8880dafd022971a7a541db0d2299bbc764952.tar.xz
crt source files: fixed comments, whitespace meditation.
Diffstat (limited to 'crt/nt32/crtvrfs.c')
-rw-r--r--crt/nt32/crtvrfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crt/nt32/crtvrfs.c b/crt/nt32/crtvrfs.c
index 4fa743c..50fffd1 100644
--- a/crt/nt32/crtvrfs.c
+++ b/crt/nt32/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};