From 22142d2ccbaa92cbe4b9f066a0bb1ebeca67e870 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Thu, 18 Feb 2016 16:25:16 -0800 Subject: [PATCH] removing some culturally senstive words --- src/compiler/checker.ts | 2 +- src/services/services.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/checker.ts b/src/compiler/checker.ts index d829795439b..3e555a1ff77 100644 --- a/src/compiler/checker.ts +++ b/src/compiler/checker.ts @@ -12248,7 +12248,7 @@ namespace ts { seen = c === node; } }); - // We may be here because of some extra junk between overloads that could not be parsed into a valid node. + // We may be here because of some extra nodes between overloads that could not be parsed into a valid node. // In this case the subsequent node is not really consecutive (.pos !== node.end), and we must ignore it here. if (subsequentNode && subsequentNode.pos === node.end) { if (subsequentNode.kind === node.kind) { diff --git a/src/services/services.ts b/src/services/services.ts index 9302e1ae366..ef7de6dde97 100644 --- a/src/services/services.ts +++ b/src/services/services.ts @@ -2829,7 +2829,7 @@ namespace ts { if (oldSourceFile) { // We already had a source file for this file name. Go to the registry to // ensure that we get the right up to date version of it. We need this to - // address the following 'race'. Specifically, say we have the following: + // address the following race-condition. Specifically, say we have the following: // // LS1 // \