diff options
Diffstat (limited to 'gcc/c-family/c-common.c')
-rw-r--r-- | gcc/c-family/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c index 970f9f2..04d1bd5 100644 --- a/gcc/c-family/c-common.c +++ b/gcc/c-family/c-common.c @@ -10163,7 +10163,7 @@ get_atomic_generic_size (location_t loc, tree function, { int size; tree type = TREE_TYPE ((*params)[x]); - /* __atomic_compare_exchange has a bool in the 4th postion, skip it. */ + /* __atomic_compare_exchange has a bool in the 4th position, skip it. */ if (n_param == 6 && x == 3) continue; if (!POINTER_TYPE_P (type)) |