diff options
author | Matthew Macy <[email protected]> | 2019-10-26 10:04:10 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-10-26 10:04:10 -0700 |
commit | 9e2ca0b3c6063bbb1a6183a048a8c683687b5a07 (patch) | |
tree | 6d618d53137b6ababd79b8ada9697ecc5791ca9f /lib | |
parent | fdf5593232b80c445ed848d072010eba5968ed28 (diff) |
Fix header guard typo
Fix header guard typo accidentally introduced by #9497.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Matt Macy <[email protected]>
Closes #9514
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libspl/include/sys/trace_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libspl/include/sys/trace_defs.h b/lib/libspl/include/sys/trace_defs.h index 058b9e8ec..87ed5ad3c 100644 --- a/lib/libspl/include/sys/trace_defs.h +++ b/lib/libspl/include/sys/trace_defs.h @@ -1,7 +1,7 @@ /* Here to keep the libspl build happy */ #ifndef _LIBSPL_ZFS_TRACE_H -#define _LIBSPL__ZFS_TRACE_H +#define _LIBSPL_ZFS_TRACE_H /* * The set-error SDT probe is extra static, in that we declare its fake |