Fix -Wdocumentation param warning.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 4 Jul 2019 10:35:31 +0000 (10:35 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 4 Jul 2019 10:35:31 +0000 (10:35 +0000)
commit555d743fcfe2ecb91fe237439389a08ef6af6348
tree3e57d714b51cb39acbd53f50c19c76c587904152
parent9a8f3ecfdb493dc4d9e63d9a6901ba8d2aec6ce3
Fix -Wdocumentation param warning.

Don't put the full stop at the end of a param name - it confuses the doxygen parser

llvm-svn: 365128
llvm/lib/Bitcode/Reader/BitcodeReader.cpp