Skip to content

Commit a509690

Browse files
format comment
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
1 parent b8d47e0 commit a509690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/lib/kernel/devices/ip_device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ size_t IpDevice::addr() const {
3131
size_t pos = name().find('.');
3232
std::string addr_hex = name().substr(0, pos);
3333

34-
// convert from hex string to number
34+
// Convert from hex-string to number
3535
std::stringstream ss;
3636
ss << std::hex << addr_hex;
3737
size_t addr = 0;

0 commit comments

Comments
 (0)