Make doxygen comment match declaration.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 22 Apr 2013 15:21:03 +0000 (15:21 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 22 Apr 2013 15:21:03 +0000 (15:21 +0000)
Found by -Wdocumentation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180021 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DIBuilder.h

index 35a4eb0e6cd889a424c5c04b0ce5609362d70fe9..2c0f712a9355fe1a163920d0fcb7682af893c03c 100644 (file)
@@ -576,7 +576,7 @@ namespace llvm {
     /// \brief Create a descriptor for an imported module.
     /// @param Context The scope this module is imported into
     /// @param NS The namespace being imported here
-    /// @param LineNumber Line number
+    /// @param Line Line number
     DIImportedModule createImportedModule(DIScope Context, DINameSpace NS,
                                           unsigned Line);