Skip to content

Commit e7dae5b

Browse files
committed
Fix typo
1 parent e686271 commit e7dae5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/include/__configuration/hardening.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#define _LIBCPP___CONFIGURATION_HARDENING_H
1111

1212
#include <__config_site>
13-
#include <__configuraton/experimental.h>
14-
#include <__configuraton/language.h>
13+
#include <__configuration/experimental.h>
14+
#include <__configuration/language.h>
1515

1616
#ifndef _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER
1717
# pragma GCC system_header

0 commit comments

Comments
 (0)