summary refs log tree commit diff stats
path: root/linux-user/sparc/termbits.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/sparc/termbits.h')
-rw-r--r--linux-user/sparc/termbits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/sparc/termbits.h b/linux-user/sparc/termbits.h
index cad45b2925..3ec8e97c79 100644
--- a/linux-user/sparc/termbits.h
+++ b/linux-user/sparc/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)
  */