> BTW: Is there any recommendation for a spell checker which understands
 > C/C++ code (and optionally supports British English) ?

If you just want to handle comments, I'm sure you could whip up a ksh93
script to filter those out and then run a spellchecker on the result ;-)
For those of us who are a bit more OCD, running a spellchecker over the
actual source can be a nice way to find inconsistently named variables
and the like.

-- 
meem

Reply via email to