diff options
Diffstat (limited to 'post/watchdog.c')
-rw-r--r-- | post/watchdog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/post/watchdog.c b/post/watchdog.c index 0cdfbf0..48c4282 100644 --- a/post/watchdog.c +++ b/post/watchdog.c @@ -66,8 +66,8 @@ int watchdog_post_test (int flags) if (ints) enable_interrupts (); - /* - * If we have reached this point, the watchdog timer + /* + * If we have reached this point, the watchdog timer * does not work */ return -1; |