From 13aeefcdeb2e8c7056f67c49db1ee53dda274c44 Mon Sep 17 00:00:00 2001 From: Ming-Hung Tsai Date: Tue, 19 Oct 2021 21:53:55 +0800 Subject: [PATCH] [thin] Fix typo --- thin-provisioning/device_tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thin-provisioning/device_tree.h b/thin-provisioning/device_tree.h index ffa98ff..e7553d3 100644 --- a/thin-provisioning/device_tree.h +++ b/thin-provisioning/device_tree.h @@ -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) {