Grammar
authorEddie Hung <eddie@fpgeh.com>
Thu, 12 Sep 2019 19:00:34 +0000 (12:00 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 12 Sep 2019 19:00:34 +0000 (12:00 -0700)
kernel/sigtools.h

index 094d73941507db25602fbb7cd4d47765ab96e6a1..2f2d3f5c6dd420f8f5a7543a20d1ad7cd4e6a415 100644 (file)
@@ -138,7 +138,7 @@ struct SigPool
 template <typename T, class Compare = std::less<T>>
 struct SigSet
 {
-       static_assert(!std::is_pointer<T>::value || !std::is_same<Compare, std::less<T>>::value, "Explicit `Compare' class require for SigSet with pointer-type values!");
+       static_assert(!std::is_pointer<T>::value || !std::is_same<Compare, std::less<T>>::value, "Explicit `Compare' class required for SigSet with pointer-type values!");
 
        struct bitDef_t : public std::pair<RTLIL::Wire*, int> {
                bitDef_t() : std::pair<RTLIL::Wire*, int>(NULL, 0) { }