Skip to content

Commit

Permalink
Fixed typos in fd_util_base.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cavemanloverboy authored and ripatel-fd committed Aug 28, 2023
1 parent 4752cd4 commit 8e505a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/fd_util_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@
#define FD_HAS_GFNI 0
#endif

/* FD_HAS_ASAN indicates that the build targed is using ASAN. */
/* FD_HAS_ASAN indicates that the build target is using ASAN. */
#ifndef FD_HAS_ASAN
#define FD_HAS_ASAN 0
#endif

/* FD_HAS_UBSAN indicates that the build targed is using UBSAN. */
/* FD_HAS_UBSAN indicates that the build target is using UBSAN. */
#ifndef FD_HAS_UBSAN
#define FD_HAS_UBSAN 0
#endif
Expand Down

0 comments on commit 8e505a5

Please sign in to comment.