aboutsummaryrefslogtreecommitdiff
path: root/libobjc/encoding.c
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/encoding.c')
-rw-r--r--libobjc/encoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/encoding.c b/libobjc/encoding.c
index 789f1bf..7a2d2ab 100644
--- a/libobjc/encoding.c
+++ b/libobjc/encoding.c
@@ -1088,7 +1088,7 @@ objc_layout_structure (const char *type,
&& *ntype++ != '=')
/* do nothing */;
- /* If there's a "<name>=", ntype - 1 points to '='; skip the the name */
+ /* If there's a "<name>=", ntype - 1 points to '='; skip the name. */
if (*(ntype - 1) == '=')
type = ntype;