typo fix
This commit is contained in:
parent
1d6ce65682
commit
9dc2ea426b
@ -12,7 +12,7 @@ typedef uint16_t ReturnValue_t;
|
||||
class HasReturnvaluesIF {
|
||||
public:
|
||||
static const ReturnValue_t RETURN_OK = 0;
|
||||
//! This will be the alll-ones value irrespective of used unsigned datatype.
|
||||
//! This will be the all-ones value irrespective of used unsigned datatype.
|
||||
static const ReturnValue_t RETURN_FAILED = -1;
|
||||
virtual ~HasReturnvaluesIF() {}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user