code comment typo (#239)

This commit is contained in:
rusefillc 2023-04-27 15:52:06 -04:00 committed by GitHub
parent 998d75557d
commit 82fa49a099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ enum class Fault : uint8_t
struct StandardData
{
// DO NOT move the version field - its position and format must be
// fixed so that incompatible versions can be idenfitied.
// fixed so that incompatible versions can be identified.
uint8_t Version;
uint8_t Valid;