Fix one comment and update another. Slightly reformat.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
index c2044ceee4bd071b951925720b599c9ca43854fd..c4c450d0d5f8111465dcf3a1a9b1870e60890252 100644 (file)
@@ -713,9 +713,8 @@ public:
   /// Returns the Dwarf Version.
   unsigned getDwarfVersion() const { return DwarfVersion; }
 
-  /// Find the MDNode for the given scope reference.
-  template <typename T>
-  T resolve(DIRef<T> Ref) const {
+  /// Find the MDNode for the given reference.
+  template <typename T> T resolve(DIRef<T> Ref) const {
     return Ref.resolve(TypeIdentifierMap);
   }