[Mono-bugs] [Bug 29453][Cos] New - typo in mcs/expression.cs
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
26 Aug 2002 16:44:22 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jesus@softcatala.org.
http://bugzilla.ximian.com/show_bug.cgi?id=29453
--- shadow/29453 Mon Aug 26 12:44:22 2002
+++ shadow/29453.tmp.20285 Mon Aug 26 12:44:22 2002
@@ -0,0 +1,27 @@
+Bug#: 29453
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Cosmetic
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jesus@softcatala.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: typo in mcs/expression.cs
+
+in /mcs/expression.cs line 2645 says:
+
+/// Implements the ternary conditiona operator (?:)
+
+and should be:
+
+/// Implements the ternary conditional operator (?:)
+
+Just a typo :-)