Skip to content

Commit bc0d7fd

Browse files
Merge pull request #555 from adeshsudhir/fix-comment-typo
fix typo in StepperMotor.cpp comment
2 parents 0de7d5a + 3a451e2 commit bc0d7fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/StepperMotor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
StepperMotor::StepperMotor(int pp, float _R, float _KV, float _Lq, float _Ld)
1212
: FOCMotor()
1313
{
14-
// number od pole pairs
14+
// number of pole pairs
1515
pole_pairs = pp;
1616
// save phase resistance number
1717
phase_resistance = _R;

0 commit comments

Comments
 (0)