[thin] Fix typo

This commit is contained in:
Ming-Hung Tsai 2021-10-19 21:53:55 +08:00
parent 959b04ecb5
commit 13aeefcdeb

View File

@ -26,7 +26,7 @@ namespace thin_provisioning {
};
inline bool operator==(device_details const& lhs, device_details const& rhs) {
return false; // device_details are not compariable
return false; // device_details are not comparable
}
inline bool operator!=(device_details const& lhs, device_details const& rhs) {