1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Fix typo, NFC.

llvm-svn: 250529
This commit is contained in:
Yaron Keren 2015-10-16 17:50:47 +00:00
parent a43083a12e
commit 85e7c7d7ce

View 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.
///
//===----------------------------------------------------------------------===//