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 0cdfbf0b4..48c4282e1 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; |