forked from OSchip/llvm-project
Fixed a piece of documentation on a setter from last check-in.
llvm-svn: 199540
This commit is contained in:
parent
a9ddb0e14f
commit
5b9e5b5961
|
@ -220,10 +220,7 @@ public:
|
|||
/// This will be something like "ubuntu", "fedora", etc. on Linux.
|
||||
/// This should be the same value returned by
|
||||
/// Host::GetDistributionId ().
|
||||
///
|
||||
/// @return A ConstString ref containing the distribution id,
|
||||
/// potentially empty.
|
||||
//------------------------------------------------------------------
|
||||
///------------------------------------------------------------------
|
||||
void
|
||||
SetDistributionId (const char* distribution_id);
|
||||
|
||||
|
|
Loading…
Reference in New Issue