Update debug.c
authorAlan Buxey <alan.buxey@gmail.com>
Sat, 27 Jun 2015 22:28:33 +0000 (23:28 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 29 Jun 2015 15:09:42 +0000 (11:09 -0400)
src/lib/debug.c

index f7ce9fa..3c08926 100644 (file)
@@ -97,7 +97,7 @@ static bool dump_core;                                        //!< Whether we should drop a core on fatal signals.
 
 static int fr_fault_log_fd = STDERR_FILENO;            //!< Where to write debug output.
 
-fr_debug_state_t fr_debug_state = DEBUG_STATE_UNKNOWN; //!< Whether were attached to by a debugger.
+fr_debug_state_t fr_debug_state = DEBUG_STATE_UNKNOWN; //!< Whether we're attached to by a debugger.
 
 #ifdef HAVE_SYS_RESOURCE_H
 static struct rlimit core_limits;