Skip to content

Commit dbf83b6

Browse files
committed
Fix grammar issues
Fixes #1
1 parent 2668ba5 commit dbf83b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/crt/cpp/configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#This line defines how what name will have output tarball
1+
#This line defines the name of the output tarball
22
AC_INIT([CDevelopmentTool],[0.0])
33
#this line defines what compilation flags will be used
44
AM_INIT_AUTOMAKE
@@ -8,6 +8,6 @@ AC_CHECK_LIB([pthread],[pthread_create])
88
AC_CHECK_LIB([pthread],[pthread_join])
99
AC_PROG_CXX
1010
# DEFINE YOUR OWN LIBRARY CHECK - DO NOT DELETE THIS LINE
11-
#This line defines where are stored Makefiles for project and sources
11+
#This line defines where Makefiles are stored for projects and sources
1212
AC_CONFIG_FILES([Makefile])
1313
AC_OUTPUT

0 commit comments

Comments
 (0)