Fix typo, NFC.
authorYaron Keren <yaron.keren@gmail.com>
Fri, 16 Oct 2015 17:50:47 +0000 (17:50 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Fri, 16 Oct 2015 17:50:47 +0000 (17:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250529 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/GlobalsModRef.h

index 1ee53f14bc87f65add42d2405269e6a313461a9a..d45e4d430aed5c464e84eeb27f67ba0b73ea39b5 100644 (file)
@@ -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.
 ///
 //===----------------------------------------------------------------------===//