From: Yaron Keren Date: Fri, 16 Oct 2015 17:50:47 +0000 (+0000) Subject: Fix typo, NFC. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0ee039816af920f5b0f8d2a32aabe53cde923f59;p=oota-llvm.git Fix typo, NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250529 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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. /// //===----------------------------------------------------------------------===//