diff options
Diffstat (limited to 'include/os/linux/spl/sys/trace.h')
-rw-r--r-- | include/os/linux/spl/sys/trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/os/linux/spl/sys/trace.h b/include/os/linux/spl/sys/trace.h index df859cf2f..55c587358 100644 --- a/include/os/linux/spl/sys/trace.h +++ b/include/os/linux/spl/sys/trace.h @@ -38,7 +38,7 @@ * module/zfs/vdev_removal.c including trace_vdev.h, DTRACE_PROBE calls * are mapped to stub functions calls and prototypes for those calls are * declared via DEFINE_DTRACE_PROBE*. Only module/zfs/trace.c defines - * CREATE_TRACE_POINTS. That is follwed by includes of all the general + * CREATE_TRACE_POINTS. That is followed by includes of all the general * tracing headers thereby defining all stub functions in one place via * the DEFINE_DTRACE_PROBE macros. * |