Skip to content

Commit b55690a

Browse files
authored
typo fix
1 parent b902a40 commit b55690a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7676
#if defined(USE_TLS)
7777
#define COMPILE_TLS
7878
#if defined(__GLIBC_PREREQ)
79-
#if !__GLIBC_PREREQ(2,20))
79+
#if !__GLIBC_PREREQ(2,20)
8080
#undef COMPILE_TLS
8181
#endif
8282
#endif

0 commit comments

Comments
 (0)