Skip to content

Commit 2c274aa

Browse files
authored
Fix up comment
1 parent 26c5763 commit 2c274aa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Microsoft.CodeAnalysis.LanguageServer.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,10 @@
8989
<!-- We used to use - -opt-cross-module:* as a switch, but inlining code
9090
from the runtime led to exposing bugs in crossgen/runtime in not rejecting
9191
native code when the inlined code was stale.
92-
To avoid customer facing bugs in C# Dev Kit, we are now taking the more
92+
To avoid customer facing bugs in C# extension, we are now taking the more
9393
conservative approach of only inlining code from assemblies in the same
94-
"servicing bubble" which are defined as vs-green 'components', which we can
95-
most closely approximate here by just inlining code in assemblies that come
96-
from project references. -->
94+
"servicing bubble", which we can most closely approximate here by just
95+
inlining code in assemblies that come from project references. -->
9796
<ItemGroup>
9897
<_OptCrossModuleSwitch
9998
Condition="'%(_ResolvedProjectReferencePaths.ReferenceOutputAssembly)'=='true'"

0 commit comments

Comments
 (0)