modified comment to DirFile to reflect changed nsStdURL.cpp

This commit is contained in:
andreas.otte%primus-online.de 1999-09-18 09:24:17 +00:00
parent b0d8245e50
commit 1cae2db3a1

View File

@ -71,7 +71,7 @@ interface nsIURL : nsIURI
attribute string Ref;
/**
* Returns the Directory + "/" + Filename. Just a convenience function
* Returns the Directory + Filename. Just a convenience function
*/
void DirFile(out string o_DirFile);
};