diff options
Diffstat (limited to 'linux-user/sparc64/termbits.h')
-rw-r--r-- | linux-user/sparc64/termbits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/sparc64/termbits.h b/linux-user/sparc64/termbits.h index cad45b2925..3ec8e97c79 100644 --- a/linux-user/sparc64/termbits.h +++ b/linux-user/sparc64/termbits.h @@ -182,7 +182,7 @@ struct target_termios { #define TARGET_TCSETSW TARGET_IOW('T', 10, struct target_termios) #define TARGET_TCSETSF TARGET_IOW('T', 11, struct target_termios) -/* Note that all the ioctls that are not available in Linux have a +/* Note that all the ioctls that are not available in Linux have a * double underscore on the front to: a) avoid some programs to * thing we support some ioctls under Linux (autoconfiguration stuff) */ |