Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asl committed Apr 18, 2024
1 parent 3c3fe56 commit f3b47f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
// exception specifier. Compilers (clang including) might have special handling
// of this to allow posix_memalign redeclaration with / without exception
// specifier. As we define posix_memalign below in this file we really need to
// ensure the proper include order to workaround this this weirdness.
// ensure the proper include order to workaround this weirdness.
#include <mm_malloc.h> // NOLINT(build/include_order)

#include "config.h"
Expand Down

0 comments on commit f3b47f6

Please sign in to comment.