[llvm] r181551 - Fix a documentation warning: \bried -> \brief

Dmitri Gribenko gribozavr at gmail.com
Thu May 9 14:16:18 PDT 2013


Author: gribozavr
Date: Thu May  9 16:16:18 2013
New Revision: 181551

URL: http://llvm.org/viewvc/llvm-project?rev=181551&view=rev
Log:
Fix a documentation warning: \bried -> \brief

Modified:
    llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp

Modified: llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp?rev=181551&r1=181550&r2=181551&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp (original)
+++ llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp Thu May  9 16:16:18 2013
@@ -228,7 +228,7 @@ class MemorySanitizer : public FunctionP
   MDNode *ColdCallWeights;
   /// \brief Branch weights for origin store.
   MDNode *OriginStoreWeights;
-  /// \bried Path to blacklist file.
+  /// \brief Path to blacklist file.
   SmallString<64> BlacklistFile;
   /// \brief The blacklist.
   OwningPtr<BlackList> BL;





More information about the llvm-commits mailing list