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

Fix typo.

llvm-svn: 144198
This commit is contained in:
Eric Christopher 2011-11-09 18:53:37 +00:00
parent 4852898b0d
commit 3ef909ef86

View File

@ -816,7 +816,7 @@ namespace llvm {
/// addGlobalVariable - Add global variable into GVs.
bool addGlobalVariable(DIGlobalVariable DIG);
// addSubprogram - Add subprgoram into SPs.
// addSubprogram - Add subprogram into SPs.
bool addSubprogram(DISubprogram SP);
/// addType - Add type into Tys.