From 69360e1d573bee9a58025d0c873718c1f8919ef1 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 16 Nov 2021 17:12:32 +0100 Subject: [PATCH] buildflags.md: Fix typo introduced in commit 65028a4d --- buildflags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildflags.md b/buildflags.md index 3c38c1b..e93bfa2 100644 --- a/buildflags.md +++ b/buildflags.md @@ -333,7 +333,7 @@ The general (architecture-independent) build flags are: asynchronous cancellation and proper unwinding from signal handlers. It also makes performance and debugging tools more useful because unwind information is available without having to - install (and load) debugging ienformation. (Not enabled on armhfp + install (and load) debugging information. (Not enabled on armhfp due to architectural differences in stack management.) * `-Wp,-D_GLIBCXX_ASSERTIONS`: Enable lightweight assertions in the C++ standard library, such as bounds checking for the subscription