summaryrefslogtreecommitdiff
path: root/main/uuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/uuid.c')
-rw-r--r--main/uuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/uuid.c b/main/uuid.c
index ba864ac71..3c5d7afd4 100644
--- a/main/uuid.c
+++ b/main/uuid.c
@@ -109,7 +109,7 @@ static void generate_uuid(struct ast_uuid *uuid)
* or /dev/urandom not existing on systems in this age is next to none.
*/
- /* XXX Currently, we only protect this call if the user has no /dev/urandon on their system.
+ /* XXX Currently, we only protect this call if the user has no /dev/urandom on their system.
* If it turns out that there are issues with UUID generation despite the presence of
* /dev/urandom, then we may need to make the locking/unlocking unconditional.
*/