[Lldb-commits] [lldb] r229663 - Fix a typo.
Hafiz Abid Qadeer
hafiz_abid at mentor.com
Wed Feb 18 03:04:19 PST 2015
Author: abidh
Date: Wed Feb 18 05:04:17 2015
New Revision: 229663
URL: http://llvm.org/viewvc/llvm-project?rev=229663&view=rev
Log:
Fix a typo.
Modified:
lldb/trunk/tools/lldb-mi/MICmdArgValBase.h
Modified: lldb/trunk/tools/lldb-mi/MICmdArgValBase.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MICmdArgValBase.h?rev=229663&r1=229662&r2=229663&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MICmdArgValBase.h (original)
+++ lldb/trunk/tools/lldb-mi/MICmdArgValBase.h Wed Feb 18 05:04:17 2015
@@ -1,4 +1,4 @@
-//===-- Platform.h ----------------------------------------------*- C++ -*-===//
+//===-- CMICmdArgValBase.h ----------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
More information about the lldb-commits
mailing list