Skip to content

Commit f7f95c4

Browse files
committed
Clean up some comments
1 parent d61c5b0 commit f7f95c4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Source/ExcelDna.IntelliSense/Providers/LoaderNotification.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ enum NtStatus : uint
7878
IntPtr _cookie;
7979
LdrNotification _notificationDelegate;
8080

81-
// NOTE: We might try to set an Environment Variable to disable the Managed Debugging Assistant
82-
// https://docs.microsoft.com/en-us/dotnet/framework/debug-trace-profile/diagnosing-errors-with-managed-debugging-assistants
8381
public LoaderNotification()
8482
{
8583
IntPtr context = IntPtr.Zero; // new IntPtr(12345);

Source/ExcelDna.IntelliSense/UIMonitor/UIMonitor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace ExcelDna.IntelliSense
99
{
1010

11-
// Combines all the information received from the UIAutomation and WinEvents watchers,
11+
// Combines all the information received from the WinEvents watchers,
1212
// and interprets these into a state that reflect our interests.
1313
// Raises its events on the main thread.
1414
// TODO: Also should for argument lists, like TRUE / FALSE in VLOOKUP ...

0 commit comments

Comments
 (0)