From 1ede5537a3849407a31968adabd812ab6c349312 Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi Date: Tue, 24 Mar 2015 17:17:45 -0700 Subject: [PATCH] Fix comment in audio definitions header Change-Id: I08f23f3feaacf4cb39e93992fe839f1c1f084363 --- include/system/audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/system/audio.h b/include/system/audio.h index 17bf26037..04252e7f2 100644 --- a/include/system/audio.h +++ b/include/system/audio.h @@ -872,7 +872,7 @@ typedef enum { typedef int audio_port_handle_t; #define AUDIO_PORT_HANDLE_NONE 0 -/* the maximum length for the human-readable device name. i.e. "Alesis iO4"*/ +/* the maximum length for the human-readable device name */ #define AUDIO_PORT_MAX_NAME_LEN 128 /* maximum audio device address length */