From afe2647d19630711df309b5e3f43fec39771815d Mon Sep 17 00:00:00 2001
From: Leo Balter <leonardo.balter@gmail.com>
Date: Thu, 28 Jun 2018 16:27:32 -0400
Subject: [PATCH] Add harness files to the renaming party

---
 harness/atomicsHelper.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/harness/atomicsHelper.js b/harness/atomicsHelper.js
index 31a7361716..c9a20388f3 100644
--- a/harness/atomicsHelper.js
+++ b/harness/atomicsHelper.js
@@ -6,7 +6,7 @@ description: >
 ---*/
 
 /**
- * The amount of slack allowed for testing time-related Atomics methods (i.e. wait and wake).
+ * The amount of slack allowed for testing time-related Atomics methods (i.e. wait and notify).
  * The absolute value of the difference of the observed time and the expected time must
  * be epsilon-close.
  */
-- 
GitLab