diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-01 00:07:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-01 15:35:20 +0100 |
commit | 572f5fc11f69c5a9d9e888118978f3f9fa683e65 (patch) | |
tree | 68ed7afc288d64556b9e559c717c5e47d6f2cf21 /solenv | |
parent | 86429cef8d910fe4fb98a44d5b631025e785baad (diff) |
comment typos
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/settings.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/settings.mk b/solenv/inc/settings.mk index 553d6650ecfe..753decb1b792 100644 --- a/solenv/inc/settings.mk +++ b/solenv/inc/settings.mk @@ -1034,7 +1034,7 @@ EXTMAXPROCESS*=$(MAXPROCESS) GDBTRACE=gdb -nx --command=$(SOLARENV)/bin/gdbtrycatchtrace --args #use with export VALGRIND=memcheck, that method of invocation is used because -#hunspell will aslo run its own unit tests under valgrind when this variable is +#hunspell will also run its own unit tests under valgrind when this variable is #set. .IF "$(VALGRIND)" != "" VALGRINDTOOL=valgrind --tool=$(VALGRIND) --num-callers=50 |