summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-07 10:48:00 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-07 10:48:00 +0000
commita1161844ed5b9e1c0fa699b836618b7bb3e715ad (patch)
treefe9f6ff983bac2f24377090df85094a78625ea00
parentab483a187b5d4a0645f740364aa6745d56bc35d2 (diff)
downloadglibc-a1161844ed5b9e1c0fa699b836618b7bb3e715ad.tar.gz
(_SGTTY_H): Correct spelling.
-rw-r--r--misc/sgtty.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/sgtty.h b/misc/sgtty.h
index c232dfc823..2644a54855 100644
--- a/misc/sgtty.h
+++ b/misc/sgtty.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1996, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -17,7 +17,7 @@
Boston, MA 02111-1307, USA. */
#ifndef _SGTTY_H
-#define _SGTYY_H 1
+#define _SGTTY_H 1
#include <features.h>
#include <sys/ioctl.h>