diff options
Diffstat (limited to 'lib/GR/BasicValueFactory.cpp')
-rw-r--r-- | lib/GR/BasicValueFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/GR/BasicValueFactory.cpp b/lib/GR/BasicValueFactory.cpp index 6e94a2a91e..7e45a15a9c 100644 --- a/lib/GR/BasicValueFactory.cpp +++ b/lib/GR/BasicValueFactory.cpp @@ -8,7 +8,7 @@ //===----------------------------------------------------------------------===// // // This file defines BasicValueFactory, a class that manages the lifetime -// of APSInt objects and symbolic constraints used by GRExprEngine +// of APSInt objects and symbolic constraints used by ExprEngine // and related classes. // //===----------------------------------------------------------------------===// |