projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8439653
)
Fix typo.
author
Nick Lewycky
<nicholas@mxc.ca>
Fri, 2 Jan 2009 05:01:22 +0000
(
05:01
+0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Fri, 2 Jan 2009 05:01:22 +0000
(
05:01
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61554
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/STLExtras.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/STLExtras.h
b/include/llvm/ADT/STLExtras.h
index 9f4876156076b4e6f622576f33c2b43fcfc79339..acfeae5473166c4bc98ba06a3116cfba1438177e 100644
(file)
--- a/
include/llvm/ADT/STLExtras.h
+++ b/
include/llvm/ADT/STLExtras.h
@@
-10,7
+10,7
@@
// This file contains some templates that are useful if you are working with the
// STL at all.
//
-// No library is required when using these functi
n
ons.
+// No library is required when using these functions.
//
//===----------------------------------------------------------------------===//