From 5e94a21907a528e18e2ce88d7bf286f2bfa333ce Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 11 Oct 2004 02:06:40 +0000 Subject: [PATCH] Fix grammar git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16910 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 393ce48d07b..bd89987e04c 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. #