From 0ee039816af920f5b0f8d2a32aabe53cde923f59 Mon Sep 17 00:00:00 2001 From: Yaron Keren Date: Fri, 16 Oct 2015 17:50:47 +0000 Subject: [PATCH] Fix typo, NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250529 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/GlobalsModRef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. /// //===----------------------------------------------------------------------===// -- 2.34.1