diff options
Diffstat (limited to 'ext/misc/vfstrace.c')
-rw-r--r-- | ext/misc/vfstrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/misc/vfstrace.c b/ext/misc/vfstrace.c index c274558d1..a3cb12197 100644 --- a/ext/misc/vfstrace.c +++ b/ext/misc/vfstrace.c @@ -120,7 +120,7 @@ ** ** Individual APIs can be enabled or disabled by name, with or without ** the initial "x" character. For example, to set up for tracing lock -** primatives only: +** primitives only: ** ** PRAGMA vfstrace('-all, +Lock,Unlock,ShmLock'); ** |