cpukit/rfs: fix typo in header guard

This commit is contained in:
Gedare Bloom
2020-04-03 09:31:35 -06:00
parent 8e80876bdd
commit 50782bc5cf
@@ -18,7 +18,7 @@
*/
#if !defined (_RTEMS_RFS_DIR_HASH_H_)
#define _RTEMS_RFS_DIR_HAS_H_
#define _RTEMS_RFS_DIR_HASH_H_
#include <stddef.h>
#include <stdint.h>