os400sys: fix typo in comment (symetry -> symmetry)

Closes #20923
This commit is contained in:
crawfordxx 2026-03-15 12:21:17 +08:00 committed by Daniel Stenberg
parent 412cd2577a
commit dfadec7ec3
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -218,7 +218,7 @@ static char *buffer_undef(localkey_t key, long size)
* buffer headers. */
locbufs = calloc((size_t)LK_LAST, sizeof(*locbufs));
if(!locbufs) {
pthread_mutex_unlock(&mutex); /* For symetry: will probably fail. */
pthread_mutex_unlock(&mutex); /* For symmetry: will probably fail. */
return (char *)NULL;
}
else