aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/check_internal_locks.d
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-04-30 00:53:10 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-04-30 00:53:10 +0000
commit1ce4275dd2c639eb1ce78cba2fd31d4b61f72562 (patch)
tree9e9b96bea2930f9753734791c14ec7c6eca81063 /sys/compat/linux/check_internal_locks.d
parent72ffecf147ad107e69a87f7f539b5ea5d232f2e5 (diff)
downloadsrc-1ce4275dd2c639eb1ce78cba2fd31d4b61f72562.tar.gz
src-1ce4275dd2c639eb1ce78cba2fd31d4b61f72562.zip
sys/compat/linux*: spelling fixes.
Mostly on comments but there are some user-visible messages as well. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=298829
Diffstat (limited to 'sys/compat/linux/check_internal_locks.d')
-rw-r--r--sys/compat/linux/check_internal_locks.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/check_internal_locks.d b/sys/compat/linux/check_internal_locks.d
index b9d7c61f82ca..644323e43a73 100644
--- a/sys/compat/linux/check_internal_locks.d
+++ b/sys/compat/linux/check_internal_locks.d
@@ -64,7 +64,7 @@ linuxulator*:locks:futex_mtx:locked
linuxulator*:locks:futex_mtx:unlock
/check[probefunc] == 0/
{
- printf("ERROR: unlock attemt of unlocked %s (%p),", probefunc, arg0);
+ printf("ERROR: unlock attempt of unlocked %s (%p),", probefunc, arg0);
printf(" missing SDT probe in kernel, or dtrace program started");
printf(" while the %s was already held (race condition).", probefunc);
printf(" Stack trace follows:");