From 2dc8cb9f6bb5d81d92487a489ce5c0927418ca8f Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 28 Apr 2017 17:18:28 +0000 Subject: [PATCH] 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. llvm-svn: 301658 --- llvm/include/llvm/IR/DebugInfoMetadata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/IR/DebugInfoMetadata.h b/llvm/include/llvm/IR/DebugInfoMetadata.h index 6f2d1cb..b7d0d4c 100644 --- a/llvm/include/llvm/IR/DebugInfoMetadata.h +++ b/llvm/include/llvm/IR/DebugInfoMetadata.h @@ -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. -- 2.7.4