summaryrefslogtreecommitdiff
path: root/include/mysql/service_thd_rnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mysql/service_thd_rnd.h')
-rw-r--r--include/mysql/service_thd_rnd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql/service_thd_rnd.h b/include/mysql/service_thd_rnd.h
index 21133c7889f..13fc1c16839 100644
--- a/include/mysql/service_thd_rnd.h
+++ b/include/mysql/service_thd_rnd.h
@@ -18,7 +18,7 @@
@file
This service provides access to the thd-local random number generator.
- It's preferrable over the global one, because concurrent threads
+ It's preferable over the global one, because concurrent threads
can generate random numbers without fighting each other over the access
to the shared rnd state.
*/