[llvm] r185413 - Fix typo in comment

Tobias Grosser grosser at fim.uni-passau.de
Mon Jul 1 21:15:28 PDT 2013


Author: grosser
Date: Mon Jul  1 23:15:28 2013
New Revision: 185413

URL: http://llvm.org/viewvc/llvm-project?rev=185413&view=rev
Log:
Fix typo in comment

Modified:
    llvm/trunk/include/llvm/Support/BlockFrequency.h

Modified: llvm/trunk/include/llvm/Support/BlockFrequency.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/BlockFrequency.h?rev=185413&r1=185412&r2=185413&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/BlockFrequency.h (original)
+++ llvm/trunk/include/llvm/Support/BlockFrequency.h Mon Jul  1 23:15:28 2013
@@ -36,7 +36,7 @@ public:
   /// \brief Returns the frequency of the entry block of the function.
   static uint64_t getEntryFrequency() { return ENTRY_FREQ; }
 
-  /// \brief Returns the maximum possible prequency, the saturation value.
+  /// \brief Returns the maximum possible frequency, the saturation value.
   static uint64_t getMaxFrequency() { return -1ULL; }
 
   /// \brief Returns the frequency as a fixpoint number scaled by the entry





More information about the llvm-commits mailing list