Skip to content

Commit afa00f3

Browse files
author
Mehmet Emin BAŞOĞLU
committed
chore: fix spell errors
Signed-off-by: Mehmet Emin BAŞOĞLU <memin@leodrive.ai>
1 parent 7fa8464 commit afa00f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

system/autoware_component_monitor/src/component_monitor_node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ uint32_t ComponentMonitor::to_uint32(const std::string & str)
192192
return std::strtoul(str.c_str(), nullptr, 10);
193193
}
194194

195-
// cspell:ignore mebibytes,gibibytes,tebibytes,pebibytes,exbibytes
195+
// cSpell:ignore mebibytes, gibibytes, tebibytes, pebibytes, exbibytes
196196
uint64_t ComponentMonitor::mib_to_kib(uint64_t mebibytes)
197197
{
198198
return mebibytes * 1024;

system/autoware_component_monitor/src/component_monitor_node.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class ComponentMonitor : public rclcpp::Node
4646
void get_cpu_usage();
4747
void get_mem_usage();
4848
static float to_float(const std::string & str);
49+
// cSpell:ignore mebibytes, gibibytes, tebibytes, pebibytes, exbibytes
4950
static uint32_t to_uint32(const std::string & str);
5051
static uint64_t mib_to_kib(uint64_t mebibytes);
5152
static uint64_t gib_to_kib(uint64_t gibibytes);

0 commit comments

Comments
 (0)