Fix a function doc

* src/abg-ir.cc: (location_manager::expand_location): Fix a factual
	error in the function documentation.

Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
This commit is contained in:
Ondrej Oprala 2015-11-16 10:55:27 +01:00
parent 18d535ba7f
commit d666327051

View File

@ -229,7 +229,7 @@ location_manager::create_new_location(const std::string& file_path,
/// Given an instance of location type, return the triplet
/// {path,line,column} that represents the source locus. Note that
/// the location must have been previously created from the function
/// location_manager::expand_location otherwise this function yields
/// location_manager::create_new_location, otherwise this function yields
/// unexpected results, including possibly a crash.
///
/// @param location the instance of location type to expand