From e1fb9245d47c0245f6beee099c461d39f3769087 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 27 Oct 2003 12:45:17 +0000 Subject: * ChangeLog: Fix typos. * ChangeLog-9295: Likewise. * as.c: Fix comment typos. * as.h: Likewise. * atof-generic.c: Likewise. * bit_fix.h: Likewise. * frags.h: Likewise. * hash.c: Likewise. * input-file.c: Likewise. * input-scrub.c: Likewise. * itbl-ops.c: Likewise. * itbl-parse.y: Likewise. * listing.c: Likewise. * macro.h: Likewise. * read.c: Likewise. * sb.c: Likewise. * sb.h: Likewise. * symbols.c: Likewise. * symbols.h: Likewise. --- gas/sb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/sb.h') diff --git a/gas/sb.h b/gas/sb.h index dd01e0ddb7..d3e160d802 100644 --- a/gas/sb.h +++ b/gas/sb.h @@ -44,7 +44,7 @@ Obstacks provide all the functionality needed, but are too complicated, hence the sb. - An sb is allocated by the caller, and is initialzed to point to an + An sb is allocated by the caller, and is initialized to point to an sb_element. sb_elements are kept on a free lists, and used when needed, replaced onto the free list when unused. */ -- cgit v1.2.1