Skip to content

Commit

Permalink
pw_analog: Use inclusive language
Browse files Browse the repository at this point in the history
Bug: 386
Change-Id: Ia3bdd3ae277651298d656d7071b79d4acf7e3f15
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/47321
Pigweed-Auto-Submit: Rob Mohr <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Reviewed-by: Armando Montanez <[email protected]>
  • Loading branch information
mohrr authored and CQ Bot Account committed May 27, 2021
1 parent 08d051e commit 4c05a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_analog/microvolt_input_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ constexpr int32_t kInvertedReferenceMaxVoltageUv =
constexpr int32_t kInvertedReferenceMinVoltageUv =
std::numeric_limits<int32_t>::max();

// Dummy test voltage input that's used for testing.
// Fake voltage input that's used for testing.
class TestMicrovoltInput : public MicrovoltInput {
public:
constexpr explicit TestMicrovoltInput(AnalogInput::Limits limits,
Expand Down

0 comments on commit 4c05a06

Please sign in to comment.