diff options
| author | lukem <lukem@NetBSD.org> | 2001-04-30 03:48:06 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-04-30 03:48:06 +0000 |
| commit | c83fa97ec87ac90157221dc7ea65a1004b45170c (patch) | |
| tree | eedf243e9087adbdd503fc11821d438237169114 /sys/dev | |
| parent | 52a1d629344e3180ac0c11594f36ece331100779 (diff) | |
remove trigraph
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/mlx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mlx.c b/sys/dev/ic/mlx.c index 6b296656b88..a1f57654d6a 100644 --- a/sys/dev/ic/mlx.c +++ b/sys/dev/ic/mlx.c @@ -1,4 +1,4 @@ -/* $NetBSD: mlx.c,v 1.6 2001/04/09 15:40:09 ad Exp $ */ +/* $NetBSD: mlx.c,v 1.7 2001/04/30 03:48:06 lukem Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -197,7 +197,7 @@ static const char * const mlx_status_msgs[] = { "command terminated abnormally", /* 19 */ "controller wedged", /* 20 */ "software timeout", /* 21 */ - "command busy (???)", /* 22 */ + "command busy (?)", /* 22 */ }; struct { |
