summaryrefslogtreecommitdiff
path: root/manual/lang.texi
diff options
context:
space:
mode:
authorVille Skytta <ville.skytta@iki.fi>2013-12-30 15:29:35 +0100
committerOndřej Bílka <neleai@seznam.cz>2013-12-30 15:42:26 +0100
commit9dcc8f116c57767cbdb967d57523c2050c25a583 (patch)
tree8a1644d71deb804b101852a3ff5cdfb72ad5ba93 /manual/lang.texi
parentd97ae285e8c82cc07b719283e8a3dc799c1b9587 (diff)
Fix spelling in manual, as in bug 16376
Diffstat (limited to 'manual/lang.texi')
-rw-r--r--manual/lang.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/lang.texi b/manual/lang.texi
index ee04e233a9..7a556733e2 100644
--- a/manual/lang.texi
+++ b/manual/lang.texi
@@ -1212,7 +1212,7 @@ type of a particular structure member.
@comment stddef.h
@comment ISO
@deftypefn {Macro} size_t offsetof (@var{type}, @var{member})
-This expands to a integer constant expression that is the offset of the
+This expands to an integer constant expression that is the offset of the
structure member named @var{member} in the structure type @var{type}.
For example, @code{offsetof (struct s, elem)} is the offset, in bytes,
of the member @code{elem} in a @code{struct s}.