diff options
Diffstat (limited to 'src/arch/x86/exception.c')
-rw-r--r-- | src/arch/x86/exception.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/exception.c b/src/arch/x86/exception.c index e9234ade4a..e2d585f958 100644 --- a/src/arch/x86/exception.c +++ b/src/arch/x86/exception.c @@ -305,7 +305,7 @@ static int get_packet(char *buffer) int count; char ch; - /* Wishlit implement a timeout in get_packet */ + /* TODO: implement a timeout in get_packet */ do { /* wait around for the start character, ignore all other * characters |