diff --git a/include/llvm/Analysis/GlobalsModRef.h b/include/llvm/Analysis/GlobalsModRef.h index 1ee53f14bc8..d45e4d430ae 100644 --- a/include/llvm/Analysis/GlobalsModRef.h +++ b/include/llvm/Analysis/GlobalsModRef.h @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// /// \file -/// This is the interface for a simple mod/ref and alias analysis over globlas. +/// This is the interface for a simple mod/ref and alias analysis over globals. /// //===----------------------------------------------------------------------===//