[llvm] r301658 - IR: fix some doxygen grammar (NFC)

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 28 10:18:29 PDT 2017


Author: compnerd
Date: Fri Apr 28 12:18:28 2017
New Revision: 301658

URL: http://llvm.org/viewvc/llvm-project?rev=301658&view=rev
Log:
IR: fix some doxygen grammar (NFC)

Fix a bit of the doxygen grammar that was off that I noticed while
looking at this file for another issue.

Modified:
    llvm/trunk/include/llvm/IR/DebugInfoMetadata.h

Modified: llvm/trunk/include/llvm/IR/DebugInfoMetadata.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/DebugInfoMetadata.h?rev=301658&r1=301657&r2=301658&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/DebugInfoMetadata.h (original)
+++ llvm/trunk/include/llvm/IR/DebugInfoMetadata.h Fri Apr 28 12:18:28 2017
@@ -435,7 +435,7 @@ public:
 
   /// Return the raw underlying file.
   ///
-  /// An \a DIFile is an \a DIScope, but it doesn't point at a separate file
+  /// A \a DIFile is a \a DIScope, but it doesn't point at a separate file
   /// (it\em is the file).  If \c this is an \a DIFile, we need to return \c
   /// this.  Otherwise, return the first operand, which is where all other
   /// subclasses store their file pointer.




More information about the llvm-commits mailing list