Remove confusing word from comment.

This commit is contained in:
Paul Eggert 2011-04-28 14:41:39 -07:00
parent ca2d627477
commit fc96fbabd3

View file

@ -70,7 +70,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
%<flags><width><precision><length>character
where flags is [+ -0], width is [0-9]+, precision is .[0-9]+, and length
modifier is empty or l or ll.
is empty or l or ll.
The + flag character inserts a + before any positive number, while a space
inserts a space before any positive number; these flags only affect %d, %o,