[llvm] 5c261c9 - Fix typo in parameter name.
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 16 08:06:25 PDT 2020
Author: Adrian Prantl
Date: 2020-03-16T08:06:17-07:00
New Revision: 5c261c9c452959985de19540c168b224af24e2d3
URL: https://github.com/llvm/llvm-project/commit/5c261c9c452959985de19540c168b224af24e2d3
DIFF: https://github.com/llvm/llvm-project/commit/5c261c9c452959985de19540c168b224af24e2d3.diff
LOG: Fix typo in parameter name.
Added:
Modified:
llvm/include/llvm-c/DebugInfo.h
Removed:
################################################################################
diff --git a/llvm/include/llvm-c/DebugInfo.h b/llvm/include/llvm-c/DebugInfo.h
index 61702253f69b..cdf5f5a0cca8 100644
--- a/llvm/include/llvm-c/DebugInfo.h
+++ b/llvm/include/llvm-c/DebugInfo.h
@@ -296,7 +296,7 @@ LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder, LLVMMetadataRef ParentScope,
const char *Name, size_t NameLen,
const char *ConfigMacros, size_t ConfigMacrosLen,
const char *IncludePath, size_t IncludePathLen,
- const char *APINotestFile, size_t APINotestFileLen);
+ const char *APINotesFile, size_t APINotesFileLen);
/**
* Creates a new descriptor for a namespace with the specified parent scope.
More information about the llvm-commits
mailing list