Fix typos in comments, NFC
[oota-llvm.git] / include / llvm / Analysis / LazyCallGraph.h
index 2828b042c4565db8d5503f5db539d1bf611bbf19..9a59844d6720eb7534def33d8743b490d9aef9ff 100644 (file)
@@ -537,7 +537,7 @@ public:
 
   static void *ID() { return (void *)&PassID; }
 
-  /// \brief Compute the \c LazyCallGraph for the module \c M.
+  /// \brief Compute the \c LazyCallGraph for the module \c M.
   ///
   /// This just builds the set of entry points to the call graph. The rest is
   /// built lazily as it is walked.