1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

ip/dma: fix spelling

This commit is contained in:
Niklas Eiling 2022-11-07 06:23:31 -05:00 committed by Steffen Vogel
parent 5acf4f96e9
commit 7b2f0f3d96

View file

@ -212,7 +212,7 @@ bool Dma::reset()
timeout--;
}
logger->info("DMA resetted");
logger->info("DMA reset");
return false;
}