From 1bcc8ea5d76c6318f989f4348b8ef4bfb9d394b1 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Fri, 18 Oct 2013 09:32:32 -0300 Subject: [PATCH] core: Fix typo in adapter.c comments --- src/adapter.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/adapter.c b/src/adapter.c index 40a9c4ef5..30bcc4d03 100644 --- a/src/adapter.c +++ b/src/adapter.c @@ -285,7 +285,7 @@ static void set_dev_class_complete(uint8_t status, uint16_t length, } /* - * The parameters are idential and also the task that is + * The parameters are identical and also the task that is * required in both cases. So it is safe to just call the * event handling functions here. */ @@ -487,7 +487,7 @@ static void set_mode_complete(uint8_t status, uint16_t length, } /* - * The parameters are idential and also the task that is + * The parameters are identical and also the task that is * required in both cases. So it is safe to just call the * event handling functions here. */ @@ -631,7 +631,7 @@ static void set_local_name_complete(uint8_t status, uint16_t length, } /* - * The parameters are idential and also the task that is + * The parameters are identical and also the task that is * required in both cases. So it is safe to just call the * event handling functions here. */ @@ -753,7 +753,7 @@ static void add_uuid_complete(uint8_t status, uint16_t length, } /* - * The parameters are idential and also the task that is + * The parameters are identical and also the task that is * required in both cases. So it is safe to just call the * event handling functions here. */ @@ -805,7 +805,7 @@ static void remove_uuid_complete(uint8_t status, uint16_t length, } /* - * The parameters are idential and also the task that is + * The parameters are identical and also the task that is * required in both cases. So it is safe to just call the * event handling functions here. */ @@ -856,7 +856,7 @@ static void clear_uuids_complete(uint8_t status, uint16_t length, } /* - * The parameters are idential and also the task that is + * The parameters are identical and also the task that is * required in both cases. So it is safe to just call the * event handling functions here. */ @@ -1868,7 +1868,7 @@ static void property_set_mode_complete(uint8_t status, uint16_t length, g_dbus_pending_property_success(data->id); /* - * The parameters are idential and also the task that is + * The parameters are identical and also the task that is * required in both cases. So it is safe to just call the * event handling functions here. */ -- 2.47.3