diff --git a/wpiutil/src/main/native/cpp/timestamp.cpp b/wpiutil/src/main/native/cpp/timestamp.cpp index 157d318a2b4..efee96e44f8 100644 --- a/wpiutil/src/main/native/cpp/timestamp.cpp +++ b/wpiutil/src/main/native/cpp/timestamp.cpp @@ -215,7 +215,7 @@ uint64_t wpi::Now() { // Same code as HAL_GetFPGATime() if (!hmbInitialized.test()) { fmt::print(stderr, - "FPGA not yet configured in wpi::Now(). Time will not be correct\n"); + "FPGA not yet configured in wpi::Now(). Time will not be correct.\n"); std::fflush(stderr); return 1; }