summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-11 02:06:40 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-11 02:06:40 +0000
commit5e94a21907a528e18e2ce88d7bf286f2bfa333ce (patch)
treed89b0cbe7e2174834e42ad510e0bfad581b81090 /Makefile.rules
parente1616bf0ca62fadb93a751428053d5f32d4579c1 (diff)
downloadllvm-5e94a21907a528e18e2ce88d7bf286f2bfa333ce.tar.gz
llvm-5e94a21907a528e18e2ce88d7bf286f2bfa333ce.tar.bz2
llvm-5e94a21907a528e18e2ce88d7bf286f2bfa333ce.tar.xz
Fix grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16910 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 393ce48d07..bd89987e04 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -623,7 +623,7 @@ install-archive-library: $(LIBNAME_ACUR)
# .o files explicitly.
#
# Note that we're making an assumption here: If we build a .lo file,
-# it's corresponding .o file will be placed in the same directory.
+# its corresponding .o file will be placed in the same directory.
#
# I think that is safe.
#