[LVI] [NFC] Fix incorrect comment
diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp
index 2a56248..b4939bd 100644
--- a/llvm/lib/Analysis/LazyValueInfo.cpp
+++ b/llvm/lib/Analysis/LazyValueInfo.cpp
@@ -6,7 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file defines the interface for lazy computation of value constraint
+// This file implements the interface for lazy computation of value constraint
 // information.
 //
 //===----------------------------------------------------------------------===//