Fix a bunch of -Wdocumentation warnings.
[oota-llvm.git] / include / llvm / Support / SourceMgr.h
index 8949a3a908fd0a55743d2398b7a9b38ac6e2d538..3835e8459291889acd46d055d6582c3e0ca5f056 100644 (file)
@@ -145,7 +145,7 @@ public:
   /// GetMessage - Return an SMDiagnostic at the specified location with the
   /// specified string.
   ///
-  /// @param Type - If non-null, the kind of message (e.g., "error") which is
+  /// @param Msg If non-null, the kind of message (e.g., "error") which is
   /// prefixed to the message.
   SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg, 
                           ArrayRef<SMRange> Ranges = ArrayRef<SMRange>()) const;