summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2013-10-18 09:32:32 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-18 15:46:50 +0300
commit1bcc8ea5d76c6318f989f4348b8ef4bfb9d394b1 (patch)
treeabac2b48a3251e3ff04ec658bb839b3acfd47732 /src
parentad26f5e6dbdb969edbf119b3a6eb31077565f4c6 (diff)
downloadbluez-1bcc8ea5d76c6318f989f4348b8ef4bfb9d394b1.tar.gz
core: Fix typo in adapter.c comments
Diffstat (limited to 'src')
-rw-r--r--src/adapter.c14
1 files 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.
*/