diff options
author | Michael Biebl <mbiebl@gmail.com> | 2016-07-12 02:47:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-12 02:47:25 +0200 |
commit | e18ec3c71d6450de898cd46e659b560e18ee8430 (patch) | |
tree | 1028bd5ea783209d44aefa0acacd277d2dea44ab /src/core/main.c | |
parent | d6cdc4cd4b58cfff4b44e1201e54f05b4a38d2d4 (diff) | |
parent | 61233823aa4b0fe9605e0a7cd77261b3c5bca8e9 (diff) |
Merge pull request #3702 from torstehu/fix-typo
treewide: fix typos and remove accidental repetition of words
Diffstat (limited to 'src/core/main.c')
-rw-r--r-- | src/core/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c index 3d74ef1adf..fc04fb8051 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -1444,7 +1444,7 @@ int main(int argc, char *argv[]) { /* * Do a dummy very first call to seal the kernel's time warp magic. * - * Do not call this this from inside the initrd. The initrd might not + * Do not call this from inside the initrd. The initrd might not * carry /etc/adjtime with LOCAL, but the real system could be set up * that way. In such case, we need to delay the time-warp or the sealing * until we reach the real system. |