Skip to content

Commit eeec1cb

Browse files
authored
Make comment to locations field a bit clearer. (google#770)
1 parent 05f3f57 commit eeec1cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proto/profile.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ message Profile {
5858
// Mapping from address ranges to the image/binary/library mapped
5959
// into that address range. mapping[0] will be the main binary.
6060
repeated Mapping mapping = 3;
61-
// Useful program location
61+
// Locations referenced by samples.
6262
repeated Location location = 4;
63-
// Functions referenced by locations
63+
// Functions referenced by locations.
6464
repeated Function function = 5;
6565
// A common table for strings referenced by various messages.
6666
// string_table[0] must always be "".

0 commit comments

Comments
 (0)