Update comments
Change-Id: I123d9baeceda13608cc01eda6a19e13822258dc0
diff --git a/include/hardware/audio_policy.h b/include/hardware/audio_policy.h
index 43d9e83..a529008 100644
--- a/include/hardware/audio_policy.h
+++ b/include/hardware/audio_policy.h
@@ -126,7 +126,7 @@
* Audio routing query functions
*/
- /* request an output appriate for playback of the supplied stream type and
+ /* request an output appropriate for playback of the supplied stream type and
* parameters */
audio_io_handle_t (*get_output)(struct audio_policy *pol,
audio_stream_type_t stream,
@@ -329,7 +329,7 @@
* audio hardware interface to audio policy manager.
*
* Returns a pointer to a heap allocated string. The caller is responsible
- * for freeing the memory for it.
+ * for freeing the memory for it using free().
*/
char * (*get_parameters)(void *service, audio_io_handle_t io_handle,