Skip to content

Commit

Permalink
fixup: rephrase mapping[0]
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <[email protected]>
  • Loading branch information
florianl committed Sep 26, 2024
1 parent dc4eded commit f6f0f7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ message Profile {
// Mapping from address ranges to the image/binary/library mapped
// into that address range. mapping[0] will be the main binary.
// If multiple binaries contribute to the Profile and no main
// binary can be identified, mapping is optional.
// binary can be identified, mapping[0] has no special meaning.
repeated Mapping mapping = 3;
// Locations referenced by samples via location_indices.
repeated Location location = 4;
Expand Down

0 comments on commit f6f0f7e

Please sign in to comment.