From fd08e55799b654406c65fdda164af8b56b79b001 Mon Sep 17 00:00:00 2001 From: Tomasz Wasilczyk Date: Thu, 29 Dec 2016 11:55:12 -0800 Subject: [PATCH] Fix typo in radio_metadata_t definition. Test: none, this code is unused yet. Change-Id: I515aac5ce56e706225518cf7f6cbd1a28750001b --- include/system/radio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/system/radio.h b/include/system/radio.h index b164fc8eb..fca424262 100644 --- a/include/system/radio.h +++ b/include/system/radio.h @@ -84,7 +84,7 @@ typedef enum { typedef uint32_t radio_handle_t; /* Opaque meta data structure used by radio meta data API (see system/radio_metadata.h) */ -typedef struct radio_medtadata radio_metadata_t; +typedef struct radio_metadata radio_metadata_t; /* Additional attributes for an FM band configuration */