Yet another documentation/message text patch.

diff --git a/files/drive.c b/files/drive.c
index 8c2707e..3157170 100644
--- a/files/drive.c
+++ b/files/drive.c
@@ -948,7 +948,7 @@
 /***********************************************************************
  *           DRIVE_BuildEnv
  *
- * Build the environment array containing the drives current directories.
+ * Build the environment array containing the drives' current directories.
  * Resulting pointer must be freed with HeapFree.
  */
 char *DRIVE_BuildEnv(void)
diff --git a/files/profile.c b/files/profile.c
index 7761acf..4c655ef 100644
--- a/files/profile.c
+++ b/files/profile.c
@@ -1478,7 +1478,7 @@
 
     if (PROFILE_Open( filename ))
     {
-        if (!section && !entry && !string)
+        if (!section && !entry && !string) /* documented "file flush" case */
             PROFILE_ReleaseFile();  /* always return FALSE in this case */
         else
             ret = PROFILE_SetString( section, entry, string );