diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-18 17:54:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-18 17:54:56 +0000 |
commit | a24525ca5375efcc3f75105e1b6428815244f7ff (patch) | |
tree | 09de49db7380ddf9421bd143682fb81250eea718 /sysdeps | |
parent | f7bc29f16fe98297bf39d551ac35407626d22e1d (diff) | |
download | glibc-a24525ca5375efcc3f75105e1b6428815244f7ff.tar glibc-a24525ca5375efcc3f75105e1b6428815244f7ff.tar.gz glibc-a24525ca5375efcc3f75105e1b6428815244f7ff.tar.bz2 glibc-a24525ca5375efcc3f75105e1b6428815244f7ff.zip |
Fix typo.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/aix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/aix/Makefile b/sysdeps/unix/sysv/aix/Makefile index c94b9d45b6..3de7e02f49 100644 --- a/sysdeps/unix/sysv/aix/Makefile +++ b/sysdeps/unix/sysv/aix/Makefile @@ -12,7 +12,7 @@ endif # Don't compile the ctype glue code, since there is no old non-GNU C library. inhibit-glue = yes -# XXX Don"t know yet why this is needed in the moment. +# XXX Don't know yet why this is needed in the moment. ifeq ($(subdir),timezone) CPPFLAGS-zic.c = -Dunix endif |