target-supports.exp (check_effective_target_vect_aligned_arrays): Remove "naturally" from the function comment.

* target-supports.exp (check_effective_target_vect_aligned_arrays):
        Remove "naturally" from the function comment.

From-SVN: r126671
This commit is contained in:
Uros Bizjak 2007-07-16 08:10:25 +02:00
parent 6e7b20ac6e
commit e3b715a06b
1 changed files with 2 additions and 2 deletions

View File

@ -2010,8 +2010,8 @@ proc check_effective_target_vect_no_align { } {
return $et_vect_no_align_saved
}
# Return 1 if arrays are naturally aligned to the vector
# alignment boundary, 0 otherwise.
# Return 1 if arrays are aligned to the vector alignment
# boundary, 0 otherwise.
#
# This won't change for different subtargets so cache the result.