Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix typo in fallthrough comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Nov 24, 2021
1 parent fa84822 commit 6c8c72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/elektra/kdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,7 @@ static bool resolveBackendsForSet (KeySet * backends, Key * parentKey)
"ELEKTRA_PLUGIN_STATUS_NO_UPDATE in the 'resolver' phase. This is interpreted the same way as "
"ELEKTRA_PLUGIN_STATUS_SUCCESS, i.e. the mountpoint will still go through the rest of kdbSet()'s phases.",
backendData->backend->name, keyName (backendKey));
// FALLTRHOUGH
// FALLTHROUGH
case ELEKTRA_PLUGIN_STATUS_SUCCESS:
// Store returned mountpoint ID and mark for update
keySetMeta (backendKey, "meta:/internal/kdbmountpoint", keyString (parentKey));
Expand Down

0 comments on commit 6c8c72c

Please sign in to comment.