git: 3958005e5a7d - stable/12 - libiscsiutil: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jan 2023 09:36:27 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=3958005e5a7d6648db0f936bae6e82ff7e9d9727 commit 3958005e5a7d6648db0f936bae6e82ff7e9d9727 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-01-11 10:52:55 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-01-14 09:35:58 +0000 libiscsiutil: Fix a typo in a source code comment - s/sesion/session/ (cherry picked from commit 29b36af9981e7f194abe68b0359448846c021cd6) --- usr.sbin/ctld/keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ctld/keys.c b/usr.sbin/ctld/keys.c index bcd3cbd4a800..8e211378c24e 100644 --- a/usr.sbin/ctld/keys.c +++ b/usr.sbin/ctld/keys.c @@ -172,7 +172,7 @@ keys_add(struct keys *keys, const char *name, const char *value) /* * Note that we don't check for duplicates here, as they are perfectly - * fine in responses, e.g. the "TargetName" keys in discovery sesion + * fine in responses, e.g. the "TargetName" keys in discovery session * response. */ for (i = 0; i < KEYS_MAX; i++) {