Merge "Update IMemory.hal comments."
diff --git a/transport/memory/1.0/IMemory.hal b/transport/memory/1.0/IMemory.hal
index 1b38336..404675a 100644
--- a/transport/memory/1.0/IMemory.hal
+++ b/transport/memory/1.0/IMemory.hal
@@ -29,6 +29,9 @@
     commit();
 
     /**
+     * Must return the same value everytime it is called. Must be callable
+     * at any point in or outside of the update/commit process.
+     *
      * @return ptr Actual pointer to underlying memory.
      */
     getPointer() generates (pointer ptr);