Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan git-svn-id: svn://10.0.0.236/trunk@185282 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2233,7 +2233,7 @@ resolveSourceFile(tmmethodnode * aMethod)
|
||||
** Output an html anchor that will resolve to the callsite in question.
|
||||
** If no text is provided, we provide our own.
|
||||
**
|
||||
** RealName determines wether or not we crawl our parents until the point
|
||||
** RealName determines whether or not we crawl our parents until the point
|
||||
** we no longer match stats.
|
||||
*/
|
||||
void
|
||||
@@ -5790,7 +5790,7 @@ handleClient(void *inArg)
|
||||
*/
|
||||
PR_fprintf(aFD, "HTTP/1.1 200 OK%s", crlf);
|
||||
PR_fprintf(aFD, "Server: %s%s",
|
||||
"$Id: spacetrace.c,v 1.51 2005-11-25 19:47:26 timeless%mozdev.org Exp $",
|
||||
"$Id: spacetrace.c,v 1.52 2005-11-25 21:57:05 timeless%mozdev.org Exp $",
|
||||
crlf);
|
||||
PR_fprintf(aFD, "Content-type: ");
|
||||
if (NULL != strstr(start, ".png")) {
|
||||
|
||||
@@ -497,10 +497,10 @@ typedef struct __struct_STContext
|
||||
** lock per cached image data.
|
||||
** However, this will prove to be simpler for the time
|
||||
** being.
|
||||
** mFootprintCached Wether or not YData contains something useful.
|
||||
** mTimevalCached Wether or not YData contains something useful.
|
||||
** mLifespanCached Wether or not YData contains something useful.
|
||||
** mWeightCached Wether or not YData contains something useful.
|
||||
** mFootprintCached Whether or not YData contains something useful.
|
||||
** mTimevalCached Whether or not YData contains something useful.
|
||||
** mLifespanCached Whether or not YData contains something useful.
|
||||
** mWeightCached Whether or not YData contains something useful.
|
||||
** mFootprintYData Precomputed cached graph data.
|
||||
** mTimevalYData Precomputed cached graph data.
|
||||
** mLifespanYData Precomputed cached graph data.
|
||||
@@ -608,7 +608,7 @@ typedef struct __struct_STRequest
|
||||
STOptions mOptions;
|
||||
|
||||
/*
|
||||
** The context/data/state of the reqeust.
|
||||
** The context/data/state of the request.
|
||||
*/
|
||||
STContext* mContext;
|
||||
} STRequest;
|
||||
|
||||
@@ -69,7 +69,7 @@ typedef struct __struct_Options
|
||||
** mOutput Output file, append.
|
||||
** Default is stdout.
|
||||
** mOutputName Name of the file.
|
||||
** mHelp Wether or not help should be shown.
|
||||
** mHelp Whether or not help should be shown.
|
||||
** mOverhead How much overhead an allocation will have.
|
||||
** mAlignment What boundry will the end of an allocation line up on.
|
||||
** mPageSize Controls the page size. A page containing only fragments
|
||||
|
||||
@@ -66,7 +66,7 @@ typedef struct __struct_Options
|
||||
** mOutput Output file, append.
|
||||
** Default is stdout.
|
||||
** mOutputName Name of the file.
|
||||
** mHelp Wether or not help should be shown.
|
||||
** mHelp Whether or not help should be shown.
|
||||
** mOverhead How much overhead an allocation will have.
|
||||
** mAlignment What boundry will the end of an allocation line up on.
|
||||
** mAverages Whether or not to display averages.
|
||||
|
||||
Reference in New Issue
Block a user