Bug 1403366 - Remove outdated comment. r?froydnj draft
authorMike Hommey <mh+mozilla@glandium.org>
Thu, 28 Sep 2017 11:01:15 +0900
changeset 674067 6d49b2a6caca9a30ac8f02141d4e8f277683dc47
parent 674066 2f9ae78ffd1e247ba7a9b269352f2b3c8ca79b18
child 674068 8eb477e4230b24d1edb407aa884ad2488cbe442c
push id82722
push userbmo:mh+mozilla@glandium.org
push dateTue, 03 Oct 2017 06:57:08 +0000
reviewersfroydnj
bugs1403366
milestone58.0a1
Bug 1403366 - Remove outdated comment. r?froydnj
xpcom/io/nsDirectoryServiceDefs.h
--- a/xpcom/io/nsDirectoryServiceDefs.h
+++ b/xpcom/io/nsDirectoryServiceDefs.h
@@ -26,18 +26,16 @@
 #define NS_OS_TEMP_DIR                          "TmpD"
 #define NS_OS_CURRENT_WORKING_DIR               "CurWorkD"
 /* Files stored in this directory will appear on the user's desktop,
  * if there is one, otherwise it's just the same as "Home"
  */
 #define NS_OS_DESKTOP_DIR                       "Desk"
 
 /* Property returns the directory in which the procces was started from.
- * On Unix this will be the path in the MOZILLA_FIVE_HOME env var and if
- * unset will be the current working directory.
  */
 #define NS_OS_CURRENT_PROCESS_DIR               "CurProcD"
 
 /* This location is similar to NS_OS_CURRENT_PROCESS_DIR, however,
  * NS_XPCOM_CURRENT_PROCESS_DIR can be overriden by passing a "bin
  * directory" to NS_InitXPCOM2().
  */
 #define NS_XPCOM_CURRENT_PROCESS_DIR            "XCurProcD"