Skip to content

Commit 263b89a

Browse files
author
Mehmet Emin BAŞOĞLU
committed
chore: fix cspell
Signed-off-by: Mehmet Emin BAŞOĞLU <memin@leodrive.ai>
1 parent ba3e444 commit 263b89a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/autoware_component_monitor/src/component_monitor_node.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ uint32_t ComponentMonitor::to_uint32(const std::string & str)
182182
return std::strtoul(str.c_str(), nullptr, 10);
183183
}
184184

185+
// cspell: ignore mebibytes,gibibytes,tebibytes,pebibytes,exbibytes
185186
uint64_t ComponentMonitor::mib_to_kib(uint64_t mebibytes)
186187
{
187188
return mebibytes * 1024;

0 commit comments

Comments
 (0)