Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutch@xamarin.com>2013-08-13 09:10:20 +0400
committerMichael Hutchinson <mhutch@xamarin.com>2013-08-13 09:10:20 +0400
commita47449b42baa78c5fe1a293629bcec9564ec849c (patch)
tree85a9b14190c18dd4d0bc8b964e9c3ef4a29c1823 /main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Visualizer
parenta44f19c645b2014a9548ed6123ca6654630afff4 (diff)
Revert "Revert "Fix hundreds of warnings""
Please use an up to date Mono. This reverts commit 54a64a751b7070237368b7967cc4a6adff6bc468.
Diffstat (limited to 'main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Visualizer')
-rw-r--r--main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Visualizer/IValueVisualizer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Visualizer/IValueVisualizer.cs b/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Visualizer/IValueVisualizer.cs
index b2d876ba7b..8c5f827978 100644
--- a/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Visualizer/IValueVisualizer.cs
+++ b/main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.Visualizer/IValueVisualizer.cs
@@ -50,7 +50,7 @@ namespace MonoDevelop.Debugger
/// The value
/// </param>
/// <remarks>
- /// This method must check the value and return <c>true</v> if it is able to display that value.
+ /// This method must check the value and return <c>true</c> if it is able to display that value.
/// Typically, this method will check the TypeName of the value.
/// </remarks>
bool CanVisualize (ObjectValue val);