diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-08-16 12:26:14 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-08-16 12:26:14 +0800 |
commit | cfcc2fe6cd00fb3606f76ba5591b6e4cb4384447 (patch) | |
tree | 42e404c6bc4111cd0216a6194cb783a81b202c03 | |
parent | 58fc92b47eb36e7c5b2c4ac04001a7439152be08 (diff) |
gcc: Fix a grammar error in text
-rw-r--r-- | chapter08/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index 5a9a0c5a5..693d6e975 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -192,7 +192,7 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen> In the asan tests, several tests in <filename>asan_test.C</filename> are known to fail. The test named <filename>interception-malloc-test-1.C</filename> - are known to fail. + is known to fail. </para> <para>A few unexpected failures cannot always be avoided. The GCC developers |