mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 10:50:19 +08:00
fix typo in comment
This commit is contained in:
@@ -235,7 +235,7 @@ protected:
|
||||
|
||||
private:
|
||||
|
||||
/* do not allow to copy due to prt data members */
|
||||
/* do not allow to copy due to pointer data members */
|
||||
Mixer(const Mixer &);
|
||||
Mixer &operator=(const Mixer &);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user