diff --git a/ICSharpCode.Decompiler/IL/ILVariable.cs b/ICSharpCode.Decompiler/IL/ILVariable.cs
index c950523fe..f014a3b68 100644
--- a/ICSharpCode.Decompiler/IL/ILVariable.cs
+++ b/ICSharpCode.Decompiler/IL/ILVariable.cs
@@ -372,7 +372,7 @@ namespace ICSharpCode.Decompiler.IL
///
/// This variable's initial value is uninitialized (.locals without init) and the
/// initial value is used.
- /// From C#'s point of view a call to
+ /// From C#'s point of view a call to System.Runtime.CompilerServices.Unsafe.SkipInit(out T)
/// is generated after the declaration.
///
/// -