From b2dc052d2a0025ecc4cc4730655434d8abf074e5 Mon Sep 17 00:00:00 2001 From: Paul Bone Date: Thu, 20 Jul 2023 06:21:46 +0000 Subject: [PATCH] Bug 1841538 - Fix punctuation r=glandium Differential Revision: https://phabricator.services.mozilla.com/D183243 --- memory/replace/phc/PHC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory/replace/phc/PHC.cpp b/memory/replace/phc/PHC.cpp index c105d999ac7b..ad1b3a49faca 100644 --- a/memory/replace/phc/PHC.cpp +++ b/memory/replace/phc/PHC.cpp @@ -729,7 +729,7 @@ class GMut { static void CrashOnGuardPage(void* aPtr) { // An operation on a guard page? This is a bounds violation. Deliberately - // touch the page in question, to cause a crash that triggers the usual PHC + // touch the page in question to cause a crash that triggers the usual PHC // machinery. LOG("CrashOnGuardPage(%p), bounds violation\n", aPtr); *static_cast(aPtr) = 0; -- 2.11.4.GIT