Fix header guard typo
Fix header guard typo accidentally introduced by #9497. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Matt Macy <mmacy@FreeBSD.org> Closes #9514
This commit is contained in:
parent
fdf5593232
commit
9e2ca0b3c6
|
@ -1,7 +1,7 @@
|
||||||
/* Here to keep the libspl build happy */
|
/* Here to keep the libspl build happy */
|
||||||
|
|
||||||
#ifndef _LIBSPL_ZFS_TRACE_H
|
#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
|
* The set-error SDT probe is extra static, in that we declare its fake
|
||||||
|
|
Loading…
Reference in New Issue