From 927c80710358e37cfd66b57878ecd94a64925fec Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Thu, 6 Apr 2017 16:47:25 +0200 Subject: [PATCH] context: fix typos --- src/docs/parts/context/context.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/docs/parts/context/context.tex b/src/docs/parts/context/context.tex index c194baa..a4b1be0 100644 --- a/src/docs/parts/context/context.tex +++ b/src/docs/parts/context/context.tex @@ -1,6 +1,6 @@ % // vim: set ft=tex: \chapter{Introduction} -This thesis studies the feasibility of using static code analysis, as found in the \gls{rustlang}'s \gls{compiler}, to ensure memory safety within an \gls{OS} kernel. +This thesis studies the feasibility of using static code analysis, as found in the \gls{rustlang} \gls{compiler}, to ensure memory safety within an \gls{OS} kernel. % Purpose of the Study %The Purpose of the Study is a statement contained within one or two paragraphs that identifies the research design, such as qualitative, quantitative, mixed methods, ethnographic, or another design. The research variables, if a quantitative study, are identified, for instance, independent, dependent, comparisons, relationships, or other variables. The population that will be used is identified, whether it will be randomly or purposively chosen, and the location of the study is summarized. Most of these factors will be discussed in detail in Chapter 3. @@ -15,7 +15,6 @@ The main reason for this is that the due to its nature, the \gls{OS} is the only % The significance is a statement of why it is important to determine the answer to the gap in the knowledge, and is related to improving the human condition. The contribution to the body of knowledge is described, and summarizes who will be able to use the knowledge to make better decisions, improve policy, advance science, or other uses of the new information. The “new” data is the information used to fill the gap in the knowledge. The current de-facto standard language for \gls{OS} development appears to be the C, a very popular \gls{OS} example is \gls{Linux}. Recent years have shown how prone it is to security vulnerabilities, which is covered by exemplary details within this study. (TODO reference) - % Primary Research Questions % The primary research question is the basis for data collection and arises from the Purpose of the Study. There may be one, or there may be several. When the research is finished, the contribution to the knowledge will be the answer to these questions. Do not confuse the primary research questions with interview questions in a qualitative study, or survey questions in a quantitative study. The research questions in a qualitative study are followed by both a null and an alternate hypothesis.