Index: include/core/SkOSFile.h |
diff --git a/include/core/SkOSFile.h b/include/core/SkOSFile.h |
index 11330a03b1edd17044067a52a2d8badcb1eb9436..44686969b663de36fb218a2bbf5f3371d64dccc0 100644 |
--- a/include/core/SkOSFile.h |
+++ b/include/core/SkOSFile.h |
@@ -126,7 +126,9 @@ class SkOSPath { |
public: |
/** |
* Assembles rootPath and relativePath into a single path, like this: |
- * rootPath/relativePath |
+ * rootPath/relativePath. |
+ * It is okay to call with a NULL rootPath and/or relativePath. A path |
+ * separator will still be inserted. |
* |
* Uses SkPATH_SEPARATOR, to work on all platforms. |
*/ |