[llvm] r250529 - Fix typo, NFC.

Yaron Keren via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 10:50:47 PDT 2015


Author: yrnkrn
Date: Fri Oct 16 12:50:47 2015
New Revision: 250529

URL: http://llvm.org/viewvc/llvm-project?rev=250529&view=rev
Log:
Fix typo, NFC.


Modified:
    llvm/trunk/include/llvm/Analysis/GlobalsModRef.h

Modified: llvm/trunk/include/llvm/Analysis/GlobalsModRef.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/GlobalsModRef.h?rev=250529&r1=250528&r2=250529&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/GlobalsModRef.h (original)
+++ llvm/trunk/include/llvm/Analysis/GlobalsModRef.h Fri Oct 16 12:50:47 2015
@@ -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.
 ///
 //===----------------------------------------------------------------------===//
 




More information about the llvm-commits mailing list